|
|
@ -46,62 +46,62 @@ public class MetaUserGridOpiningEntity extends BaseEpdcEntity { |
|
|
|
/** |
|
|
|
* 用户总数 |
|
|
|
*/ |
|
|
|
private String registerCount; |
|
|
|
private int registerCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 党员数 |
|
|
|
*/ |
|
|
|
private String partyCount; |
|
|
|
private int partyCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 已注册居民 |
|
|
|
*/ |
|
|
|
private String residentCount; |
|
|
|
private int residentCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 未注册居民 |
|
|
|
*/ |
|
|
|
private String unAuthorizedCount; |
|
|
|
private int unAuthorizedCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 新闻发布数 |
|
|
|
*/ |
|
|
|
private String newsCount; |
|
|
|
private int newsCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 社群数 |
|
|
|
*/ |
|
|
|
private String communityCount; |
|
|
|
private int communityCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 群成员数 |
|
|
|
*/ |
|
|
|
private String communityMemberCount; |
|
|
|
private int communityMemberCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 群话题数 |
|
|
|
*/ |
|
|
|
private String communityTopicCount; |
|
|
|
private int communityTopicCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 议题总数 |
|
|
|
*/ |
|
|
|
private String eventCount; |
|
|
|
private int eventCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 项目数 |
|
|
|
*/ |
|
|
|
private String itemCount; |
|
|
|
private int itemCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 项目已解决数 |
|
|
|
*/ |
|
|
|
private String itemCloseCount; |
|
|
|
private int itemCloseCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 好评数 |
|
|
|
*/ |
|
|
|
private String itemPraiseCount; |
|
|
|
private int itemPraiseCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 网格名称 |
|
|
|