移库单主表的“是否校验条码”字段去掉

yun-zuoyi
gragon.xu 6 years ago
parent 2357bbcde6
commit 5d52910960

@ -115,10 +115,6 @@ public class WmsDocMovementMaster extends BaseBean {
@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