|
@@ -8,7 +8,7 @@ import com.ruoyi.common.core.domain.BaseEntity;
|
|
|
|
|
|
/**
|
|
|
* 库位库存信息对象 inv_lot_loc_id
|
|
|
- *
|
|
|
+ *
|
|
|
* @author andy
|
|
|
* @date 2022-03-03
|
|
|
*/
|
|
@@ -18,6 +18,7 @@ public class InvLotLocId extends BaseEntity
|
|
|
|
|
|
/** 批次号 */
|
|
|
private String lotnum;
|
|
|
+ private String lotnumTo;
|
|
|
|
|
|
/** 库位 */
|
|
|
private String locationId;
|
|
@@ -72,138 +73,146 @@ public class InvLotLocId extends BaseEntity
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
private BigDecimal qtyonhold;
|
|
|
|
|
|
- public void setLotnum(String lotnum)
|
|
|
+ public void setLotnum(String lotnum)
|
|
|
{
|
|
|
this.lotnum = lotnum;
|
|
|
}
|
|
|
|
|
|
- public String getLotnum()
|
|
|
+ public String getLotnum()
|
|
|
{
|
|
|
return lotnum;
|
|
|
}
|
|
|
- public void setLocationId(String locationId)
|
|
|
+ public void setLocationId(String locationId)
|
|
|
{
|
|
|
this.locationId = locationId;
|
|
|
}
|
|
|
|
|
|
- public String getLocationId()
|
|
|
+ public String getLotnumTo() {
|
|
|
+ return lotnumTo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLotnumTo(String lotnumTo) {
|
|
|
+ this.lotnumTo = lotnumTo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLocationId()
|
|
|
{
|
|
|
return locationId;
|
|
|
}
|
|
|
- public void setTraceid(String traceid)
|
|
|
+ public void setTraceid(String traceid)
|
|
|
{
|
|
|
this.traceid = traceid;
|
|
|
}
|
|
|
|
|
|
- public String getTraceid()
|
|
|
+ public String getTraceid()
|
|
|
{
|
|
|
return traceid;
|
|
|
}
|
|
|
- public void setCustomerId(String customerId)
|
|
|
+ public void setCustomerId(String customerId)
|
|
|
{
|
|
|
this.customerId = customerId;
|
|
|
}
|
|
|
|
|
|
- public String getCustomerId()
|
|
|
+ public String getCustomerId()
|
|
|
{
|
|
|
return customerId;
|
|
|
}
|
|
|
- public void setSku(String sku)
|
|
|
+ public void setSku(String sku)
|
|
|
{
|
|
|
this.sku = sku;
|
|
|
}
|
|
|
|
|
|
- public String getSku()
|
|
|
+ public String getSku()
|
|
|
{
|
|
|
return sku;
|
|
|
}
|
|
|
- public void setQty(BigDecimal qty)
|
|
|
+ public void setQty(BigDecimal qty)
|
|
|
{
|
|
|
this.qty = qty;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getQty()
|
|
|
+ public BigDecimal getQty()
|
|
|
{
|
|
|
return qty;
|
|
|
}
|
|
|
- public void setQtyEach(BigDecimal qtyEach)
|
|
|
+ public void setQtyEach(BigDecimal qtyEach)
|
|
|
{
|
|
|
this.qtyEach = qtyEach;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getQtyEach()
|
|
|
+ public BigDecimal getQtyEach()
|
|
|
{
|
|
|
return qtyEach;
|
|
|
}
|
|
|
- public void setQtyallocated(BigDecimal qtyallocated)
|
|
|
+ public void setQtyallocated(BigDecimal qtyallocated)
|
|
|
{
|
|
|
this.qtyallocated = qtyallocated;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getQtyallocated()
|
|
|
+ public BigDecimal getQtyallocated()
|
|
|
{
|
|
|
return qtyallocated;
|
|
|
}
|
|
|
- public void setQtyallocatedEach(BigDecimal qtyallocatedEach)
|
|
|
+ public void setQtyallocatedEach(BigDecimal qtyallocatedEach)
|
|
|
{
|
|
|
this.qtyallocatedEach = qtyallocatedEach;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getQtyallocatedEach()
|
|
|
+ public BigDecimal getQtyallocatedEach()
|
|
|
{
|
|
|
return qtyallocatedEach;
|
|
|
}
|
|
|
- public void setQtypa(BigDecimal qtypa)
|
|
|
+ public void setQtypa(BigDecimal qtypa)
|
|
|
{
|
|
|
this.qtypa = qtypa;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getQtypa()
|
|
|
+ public BigDecimal getQtypa()
|
|
|
{
|
|
|
return qtypa;
|
|
|
}
|
|
|
- public void setQtyrpin(BigDecimal qtyrpin)
|
|
|
+ public void setQtyrpin(BigDecimal qtyrpin)
|
|
|
{
|
|
|
this.qtyrpin = qtyrpin;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getQtyrpin()
|
|
|
+ public BigDecimal getQtyrpin()
|
|
|
{
|
|
|
return qtyrpin;
|
|
|
}
|
|
|
- public void setQtyrpout(BigDecimal qtyrpout)
|
|
|
+ public void setQtyrpout(BigDecimal qtyrpout)
|
|
|
{
|
|
|
this.qtyrpout = qtyrpout;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getQtyrpout()
|
|
|
+ public BigDecimal getQtyrpout()
|
|
|
{
|
|
|
return qtyrpout;
|
|
|
}
|
|
|
- public void setQtymvin(BigDecimal qtymvin)
|
|
|
+ public void setQtymvin(BigDecimal qtymvin)
|
|
|
{
|
|
|
this.qtymvin = qtymvin;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getQtymvin()
|
|
|
+ public BigDecimal getQtymvin()
|
|
|
{
|
|
|
return qtymvin;
|
|
|
}
|
|
|
- public void setQtymvout(BigDecimal qtymvout)
|
|
|
+ public void setQtymvout(BigDecimal qtymvout)
|
|
|
{
|
|
|
this.qtymvout = qtymvout;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getQtymvout()
|
|
|
+ public BigDecimal getQtymvout()
|
|
|
{
|
|
|
return qtymvout;
|
|
|
}
|
|
|
- public void setQtyonhold(BigDecimal qtyonhold)
|
|
|
+ public void setQtyonhold(BigDecimal qtyonhold)
|
|
|
{
|
|
|
this.qtyonhold = qtyonhold;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getQtyonhold()
|
|
|
+ public BigDecimal getQtyonhold()
|
|
|
{
|
|
|
return qtyonhold;
|
|
|
}
|