Fix bug#11212

生产报废的条码在条码状态中查询是入库状态 --20200914
yun-zuoyi
puxiao.liao 5 years ago
parent 8ac53abe9e
commit 6765c58de2

@ -72,4 +72,13 @@ public class WmsWorkCenter extends BaseBean {
searchColumnName = "zoneNo,locateNo,locateName", listColumnName = "locateNo,locateName", explicitColumnName = "locateNo")
private String descLocationCode;
/**
*
**/
@Column(name = "ADVANCE_PULL_TIMES", columnDefinition = "int default 0")
@ApiParam(value = "提前拉动时间")
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.NUMBER)
private Integer advancePullTimes;
}

Loading…
Cancel
Save