调用获取单号不需要SID+盘点实体添加是否散件字段

yun-zuoyi
gragon.xu 6 years ago
parent ff4c50c5f1
commit 9a185abed1

@ -77,4 +77,8 @@ public class WmsCSOrderMaster extends BaseBean {
@Transient
@ApiParam(value = "盘点库位清单")
public String[] wmsCSLocates;
@Column(name = "IS_PART")
@ApiParam(value = "是否散件")
private Integer isPart;
}

Loading…
Cancel
Save