|
|
|
@ -88,22 +88,27 @@ public class WmsCSFactTrans extends BaseBean {
|
|
|
|
|
public String remark;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam(value = "剩余数量", example = "1")
|
|
|
|
|
public Double surplusQty;
|
|
|
|
|
|
|
|
|
|
@Column
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam("源库位编号")
|
|
|
|
|
public String srcLocateNo;
|
|
|
|
|
|
|
|
|
|
@Column
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam("源存储区编号")
|
|
|
|
|
public String srcZoneNo;
|
|
|
|
|
|
|
|
|
|
@Column
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam("源仓库编号")
|
|
|
|
|
public String srcWhNo;
|
|
|
|
|
|
|
|
|
|
@Column
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam("是否范围内")
|
|
|
|
|
public Integer isScope;
|
|
|
|
|
|
|
|
|
@ -112,10 +117,12 @@ public class WmsCSFactTrans extends BaseBean {
|
|
|
|
|
public String vendorNo;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam(value = "实盘箱数", example = "1")
|
|
|
|
|
public Long countBoxQty;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam(value = "物料数量", example = "1")
|
|
|
|
|
public Double sumPartQty;
|
|
|
|
|
|
|
|
|
@ -125,18 +132,22 @@ public class WmsCSFactTrans extends BaseBean {
|
|
|
|
|
* 60=在途,70=已隔离,80=破包,90=冻结,100=作废
|
|
|
|
|
*/
|
|
|
|
|
@Transient
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam(value = "条码状态", example = "1")
|
|
|
|
|
public Integer snStatus;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam(value = "条码状态(冻结时)", example = "1")
|
|
|
|
|
public Integer destSnStatus;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam("存储区编号组")
|
|
|
|
|
public String[] zoneNos;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam("行号")
|
|
|
|
|
private String item;
|
|
|
|
|
|
|
|
|
|