package com.landtool.lanbase.modules.res.entity.ZiYuanTongJi;
|
|
public class GroupByDanWei {
|
private String pubunitid;
|
private Integer count;
|
|
public String getPubunitid() {
|
return pubunitid;
|
}
|
|
public void setPubunitid(String pubunitid) {
|
this.pubunitid = pubunitid;
|
}
|
|
|
public Integer getCount() {
|
return count;
|
}
|
|
public void setCount(Integer count) {
|
this.count = count;
|
}
|
}
|