[物流线路修改]修改数据类型

yun-zuoyi
bleakney.liu 6 years ago
parent f682d056be
commit 0fa1ffa23b

@ -53,10 +53,18 @@ public class WmsRouting extends BaseBean {
@Column(name = "FOR_PRODUCT") @Column(name = "FOR_PRODUCT")
@ApiParam(value = "适用产品") @ApiParam(value = "适用产品")
private Integer forProduct; private Integer forProduct;
@Transient
@ApiParam(value = "补货规则列表")
List<WmsRoutingRule> replenishList;
@Transient
@ApiParam(value = "推动规则列表补")
List<WmsRoutingRule> promotionList;
public WmsRouting(){} public WmsRouting() {
}
} }

Loading…
Cancel
Save