增加调拨明细

This commit is contained in:
季圣华
2021-07-29 22:21:40 +08:00
parent 6eb3ff526a
commit 20751c6749
7 changed files with 171 additions and 3 deletions

View File

@@ -18,6 +18,10 @@ public class DepotHeadVo4InDetail {
private BigDecimal UnitPrice;
private String mUnit;
private String newRemark;
private BigDecimal OperNumber;
private BigDecimal AllPrice;
@@ -80,6 +84,22 @@ public class DepotHeadVo4InDetail {
UnitPrice = unitPrice;
}
public String getmUnit() {
return mUnit;
}
public void setmUnit(String mUnit) {
this.mUnit = mUnit;
}
public String getNewRemark() {
return newRemark;
}
public void setNewRemark(String newRemark) {
this.newRemark = newRemark;
}
public BigDecimal getOperNumber() {
return OperNumber;
}