|
|
|
@ -50,7 +50,8 @@ public class WmsTransportRule extends BaseBean {
|
|
|
|
|
@Column(name = "BUSI_SCENE_TYPE")
|
|
|
|
|
@ApiParam("业务场景")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.BUSI_SCENE_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.SELECT, dataSrc = "BUSI_SCENE_TYPE")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.SELECT, getValWay = CommonEnumUtil.DYNAMIC_FIELD_GET_WAY.URL,
|
|
|
|
|
isRequire = 2, dataSrc = "/wms/wms-enum/dictionary/code?code=BUSI_SCENE_TYPE_DICTIONARY", listColumnName = "name", explicitColumnName = "dictionaryValue")
|
|
|
|
|
public Integer busiSceneType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|