|
|
@ -338,6 +338,14 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
@ApiParam(value = "过滤业务类型")
|
|
|
|
@ApiParam(value = "过滤业务类型")
|
|
|
|
private String filterBusiType;
|
|
|
|
private String filterBusiType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("源存储区代码")
|
|
|
|
|
|
|
|
public String srcZoneNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("目标库位代码")
|
|
|
|
|
|
|
|
public String destLocateNo;
|
|
|
|
|
|
|
|
|
|
|
|
public int getOrderStatusVal() {
|
|
|
|
public int getOrderStatusVal() {
|
|
|
|
return this.orderStatus == null ? 0 : this.orderStatus;
|
|
|
|
return this.orderStatus == null ? 0 : this.orderStatus;
|
|
|
|
}
|
|
|
|
}
|
|
|
|