|
|
|
@ -142,8 +142,8 @@ public class WmsPart extends BaseBean {
|
|
|
|
|
|
|
|
|
|
@Column(name = "PART_GROUP")
|
|
|
|
|
@ApiParam(value = "物料组")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.SELECT, getValWay = CommonEnumUtil.DYNAMIC_FIELD_GET_WAY.URL,
|
|
|
|
|
isRequire = 2, dataSrc = "/wms/wms-enum/dictionary/code?code=PART_GROUP_RULE", listColumnName = "name", explicitColumnName = "dictionaryValue")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.SELECT, getValWay = CommonEnumUtil.DYNAMIC_FIELD_GET_WAY.URL,
|
|
|
|
|
isMultiple = 1, isRequire = 2, dataSrc = "/wms/wms-enum/dictionary/code?code=PART_GROUP_RULE", listColumnName = "name", explicitColumnName = "dictionaryValue")
|
|
|
|
|
private String partGroup;
|
|
|
|
|
|
|
|
|
|
@Column(name = "LOT_CHECK_RULE")
|
|
|
|
|