给入库明细和出库明细的接口返回增加多属性字段
This commit is contained in:
@@ -18,6 +18,8 @@ public class DepotHeadVo4InDetail {
|
||||
|
||||
private BigDecimal unitPrice;
|
||||
|
||||
private String sku;
|
||||
|
||||
private String mUnit;
|
||||
|
||||
private String newRemark;
|
||||
@@ -90,6 +92,14 @@ public class DepotHeadVo4InDetail {
|
||||
this.unitPrice = unitPrice;
|
||||
}
|
||||
|
||||
public String getSku() {
|
||||
return sku;
|
||||
}
|
||||
|
||||
public void setSku(String sku) {
|
||||
this.sku = sku;
|
||||
}
|
||||
|
||||
public String getmUnit() {
|
||||
return mUnit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user