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