package com.landtool.lanbase.modules.res.entity.UserDefined.ZiYuanMuLu;
|
|
/**
|
* 资源统计 - 行政区划实体类
|
*/
|
public class UserDef_ZYTJ_XingZhengQuHua {
|
|
private String administrativeid;
|
private Integer recordcount;
|
|
public String getAdministrativeid() {
|
return administrativeid;
|
}
|
|
public void setAdministrativeid(String administrativeid) {
|
this.administrativeid = administrativeid;
|
}
|
|
public Integer getRecordcount() {
|
return recordcount;
|
}
|
|
public void setRecordcount(Integer recordcount) {
|
this.recordcount = recordcount;
|
}
|
|
}
|