优化报表分组sql

This commit is contained in:
季圣华
2019-01-06 15:07:33 +08:00
parent d6c431089b
commit 40155c2752
3 changed files with 56 additions and 46 deletions

View File

@@ -48,6 +48,8 @@ public class DepotItemVo4WithInfoEx {
private String mtype;
private Long MId;
private String MName;
private String MModel;
@@ -258,6 +260,14 @@ public class DepotItemVo4WithInfoEx {
this.mtype = mtype;
}
public Long getMId() {
return MId;
}
public void setMId(Long MId) {
this.MId = MId;
}
public String getMName() {
return MName;
}