Merge pull request '中航更改wms物料子检测项字段' (#376) from baoyu.wang/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/376
yun-zuoyi
刘峰 3 years ago
commit 18c7c3f3fa

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

Loading…
Cancel
Save