Merge branch 'dev' of i3-IMPP/i3plus-pojo into test

yun-zuoyi
jenkins 6 years ago committed by nancy.li
commit edc281dffe

@ -51,6 +51,7 @@ public class WmsRoutingRule extends BaseBean {
@Column(name = "RULE_TYPE")
@ApiParam(value = "规则类型(10 推动规则20 补货规则)", example ="10")
@AnnoOutputColumn(refClass = WmsEnumUtil.ROUTING_RULE_TYPE.class, refForeignKey = "value", value = "description")
private Integer ruleType;
@Column(name = "SRC_ZONE_NO")

Loading…
Cancel
Save