交易处理组件生成移库单新增属性“是否指定条码”默认为是

yun-zuoyi
gragon.xu 6 years ago
parent bb2d5f905a
commit 404ad6bad8

@ -112,9 +112,13 @@ public class WmsDocMovementMaster extends BaseBean {
private String desrAreaNo;
@Column(name = "IS_PART")
@ApiParam(value = "是否散件")
@ApiParam(value = "是否散件", example = "1")
private Integer isPart;
@Column(name = "IS_SN")
@ApiParam(value = "是否指定条码", example = "1")
private Integer isSn;
@Transient
@ApiParam(value = "发运单号")
private String shipOrderNo;

Loading…
Cancel
Save