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