WMS_MOVE_TO_ERP 增加字段年份

yun-zuoyi
曾贞一 6 years ago
parent 2045b33801
commit 792dc0a190

@ -157,6 +157,10 @@ public class WmsMoveToERP extends BaseBean {
@ApiParam("关联单据行号")
public String refItem;
@Column(name = "YEAR")
@ApiParam("年度")
public String year;
@ApiParam(value = "待出库数量", example = "0")
@Transient
private Long waitingCounts;

Loading…
Cancel
Save