|
|
|
@ -119,6 +119,19 @@ public class WmsCSFactTrans extends BaseBean {
|
|
|
|
|
@ApiParam(value = "物料数量", example = "1")
|
|
|
|
|
public Double sumPartQty;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 条码状态:1=创建,10=已收货,20=已质检,
|
|
|
|
|
* 30=已入库,40=待出库,50=已出库,
|
|
|
|
|
* 60=在途,70=已隔离,80=破包,90=冻结,100=作废
|
|
|
|
|
*/
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam(value = "条码状态", example = "1")
|
|
|
|
|
public Integer snStatus;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam(value = "条码状态(冻结时)", example = "1")
|
|
|
|
|
public Integer destSnStatus;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("存储区编号组")
|
|
|
|
|
public String[] zoneNos;
|
|
|
|
|