实体新增

yun-zuoyi
刘敏 6 years ago
commit 98d660f907

@ -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;

@ -44,4 +44,8 @@ public class WmsSapOrderLock extends BaseBean {
@ApiParam("锁定标识")
public String lockFlag;
@Column(name = "IS_SYNC")
@ApiParam("同步标识")
public Integer isSync = 10;
}

Loading…
Cancel
Save