盘点pc端

yun-zuoyi
jimmy 6 years ago
parent a678b75ca3
commit 11fd6979ed

@ -105,7 +105,11 @@ public class WmsCSOrderDetails extends BaseBean {
@Transient
@ApiParam("目标库位编号")
public String descLocateNo;
public String destLocateNo;
@Transient
@ApiParam("前端表格编辑使用")
public Boolean isSet = false;
public Double getQty() {
return this.qty == null ? 0 : this.qty;
@ -133,4 +137,18 @@ public class WmsCSOrderDetails extends BaseBean {
this.partNameRdd = partName;
this.sn = sn;
}
public WmsCSOrderDetails(Double qty, String partNo,String orderNo,String whNo,String zoneNo,String locateNo,String partName,String sn,Long id,String organizeCode,Integer transStatus){
this.qty = qty;
this.partNo = partNo;
this.orderNo = orderNo;
this.whNo = whNo;
this.zoneNo = zoneNo;
this.locateNo = locateNo;
this.partNameRdd = partName;
this.sn = sn;
this.id = id;
this.organizeCode = organizeCode;
this.transStatus = transStatus;
}
}

Loading…
Cancel
Save