完善单据查询接口,增加品牌和制造商字段
This commit is contained in:
@@ -56,6 +56,8 @@ public class DepotItemVo4WithInfoEx extends DepotItem{
|
||||
|
||||
private String imgName;
|
||||
|
||||
private String brand;
|
||||
|
||||
public Long getMId() {
|
||||
return MId;
|
||||
}
|
||||
@@ -263,4 +265,12 @@ public class DepotItemVo4WithInfoEx extends DepotItem{
|
||||
public void setImgName(String imgName) {
|
||||
this.imgName = imgName;
|
||||
}
|
||||
|
||||
public String getBrand() {
|
||||
return brand;
|
||||
}
|
||||
|
||||
public void setBrand(String brand) {
|
||||
this.brand = brand;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user