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