|
|
|
@ -161,6 +161,10 @@ public class WmsMoveToERP extends BaseBean {
|
|
|
|
|
@ApiParam(value = "是否锁定", example = "2")
|
|
|
|
|
public Integer isLock= CommonEnumUtil.FALSE;
|
|
|
|
|
|
|
|
|
|
@Column(name = "YEAR")
|
|
|
|
|
@ApiParam("年度")
|
|
|
|
|
public String year;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "待出库数量", example = "0")
|
|
|
|
|
@Transient
|
|
|
|
|
private Long waitingCounts;
|
|
|
|
|