1. 增加是否寄售的属性

yun-zuoyi
于学杰 6 years ago
parent 2660e0268e
commit db9a698c68

@ -175,6 +175,10 @@ public class WmsMoveToERP extends BaseBean {
@ApiParam("年度") @ApiParam("年度")
public String year; public String year;
@Column(name = "IS_CONSIGNMENT")
@ApiParam("是否寄售")
public Integer isConsignment = 2;
@ApiParam(value = "待出库数量", example = "0") @ApiParam(value = "待出库数量", example = "0")
@Transient @Transient
private Long waitingCounts; private Long waitingCounts;

Loading…
Cancel
Save