解决多单位商品的移动平均价计算的bug
This commit is contained in:
@@ -21,6 +21,8 @@ public class DepotItemVo4DetailByTypeAndMId {
|
||||
|
||||
private BigDecimal allPrice;
|
||||
|
||||
private String materialUnit;
|
||||
|
||||
private String depotName;
|
||||
|
||||
private Date otime;
|
||||
@@ -89,6 +91,14 @@ public class DepotItemVo4DetailByTypeAndMId {
|
||||
this.allPrice = allPrice;
|
||||
}
|
||||
|
||||
public String getMaterialUnit() {
|
||||
return materialUnit;
|
||||
}
|
||||
|
||||
public void setMaterialUnit(String materialUnit) {
|
||||
this.materialUnit = materialUnit;
|
||||
}
|
||||
|
||||
public String getDepotName() {
|
||||
return depotName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user