|
|
@ -81,5 +81,6 @@ public class WmsPartItemCheck extends BaseBean {
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "INPUT_METHOD")
|
|
|
|
@Column(name = "INPUT_METHOD")
|
|
|
|
@ApiParam("录入方式")
|
|
|
|
@ApiParam("录入方式")
|
|
|
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.NUMBER, isRequire = 2)
|
|
|
|
private Integer inputMethod;
|
|
|
|
private Integer inputMethod;
|
|
|
|
}
|
|
|
|
}
|
|
|
|