优化商品库存流水接口
This commit is contained in:
@@ -7,6 +7,10 @@ public class DepotItemVo4DetailByTypeAndMId {
|
||||
|
||||
private String number;
|
||||
|
||||
private String barCode;
|
||||
|
||||
private String materialName;
|
||||
|
||||
private String type;
|
||||
|
||||
private String subType;
|
||||
@@ -25,6 +29,22 @@ public class DepotItemVo4DetailByTypeAndMId {
|
||||
this.number = number;
|
||||
}
|
||||
|
||||
public String getBarCode() {
|
||||
return barCode;
|
||||
}
|
||||
|
||||
public void setBarCode(String barCode) {
|
||||
this.barCode = barCode;
|
||||
}
|
||||
|
||||
public String getMaterialName() {
|
||||
return materialName;
|
||||
}
|
||||
|
||||
public void setMaterialName(String materialName) {
|
||||
this.materialName = materialName;
|
||||
}
|
||||
|
||||
public String getType() {
|
||||
return type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user