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