优化报表分组sql
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user