Merge pull request 'wms物料子检查项增加动态表单字段' (#344) from baoyu.wang/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/344
yun-zuoyi
聂帅 3 years ago
commit 1410b57168

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

Loading…
Cancel
Save