优化商品条码查询接口,支持选择多商品
This commit is contained in:
@@ -36,6 +36,8 @@ public class MaterialVo4Unit extends Material{
|
||||
|
||||
private String sku;
|
||||
|
||||
private Long depotId;
|
||||
|
||||
public String getUnitName() {
|
||||
return unitName;
|
||||
}
|
||||
@@ -163,4 +165,12 @@ public class MaterialVo4Unit extends Material{
|
||||
public void setSku(String sku) {
|
||||
this.sku = sku;
|
||||
}
|
||||
|
||||
public Long getDepotId() {
|
||||
return depotId;
|
||||
}
|
||||
|
||||
public void setDepotId(Long depotId) {
|
||||
this.depotId = depotId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user