修改根据材料和仓库获取库存
This commit is contained in:
@@ -11,6 +11,10 @@ public class DepotItemVo4DetailByTypeAndMId {
|
||||
private Integer bnum;
|
||||
|
||||
private Date otime;
|
||||
//仓库名称
|
||||
private String depotName;
|
||||
//调入仓库名称
|
||||
private String depotInName;
|
||||
|
||||
public String getNumber() {
|
||||
return number;
|
||||
@@ -43,4 +47,20 @@ public class DepotItemVo4DetailByTypeAndMId {
|
||||
public void setOtime(Date otime) {
|
||||
this.otime = otime;
|
||||
}
|
||||
|
||||
public String getDepotName() {
|
||||
return depotName;
|
||||
}
|
||||
|
||||
public void setDepotName(String depotName) {
|
||||
this.depotName = depotName;
|
||||
}
|
||||
|
||||
public String getDepotInName() {
|
||||
return depotInName;
|
||||
}
|
||||
|
||||
public void setDepotInName(String depotInName) {
|
||||
this.depotInName = depotInName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user