package com.landtool.lanbase.modules.res.entity.UserDefined.ZiYuanMuLu;
|
|
/**
|
* 资源目录 - 单位统计实体
|
*/
|
public class UserDef_DanWeiTongJi {
|
|
private String pubunitid;
|
private Integer recordcount;
|
|
public String getPubunitid() {
|
return pubunitid;
|
}
|
|
public void setPubunitid(String pubunitid) {
|
this.pubunitid = pubunitid;
|
}
|
|
public Integer getRecordcount() {
|
return recordcount;
|
}
|
|
public void setRecordcount(Integer recordcount) {
|
this.recordcount = recordcount;
|
}
|
|
}
|