|
|
@ -120,7 +120,7 @@ public class ScreenAgencyGovernDailyResultDTO implements Serializable { |
|
|
|
private Integer inGroupTopicUnResolvedCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 11、未出当前组织的,结案项目数 |
|
|
|
* (改)13、当前组织内结案的项目中:由网格结案的项目总数 |
|
|
|
*/ |
|
|
|
private Integer gridSelfGovernProjectTotal; |
|
|
|
|
|
|
@ -135,7 +135,17 @@ public class ScreenAgencyGovernDailyResultDTO implements Serializable { |
|
|
|
private Integer streetClosedCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 当前组织内出来的项目:由区直部门(已解决+未解决)结案的项目总数 |
|
|
|
* (改)16、当前组织内结案的项目中:由区直部门结案的项目总数 |
|
|
|
*/ |
|
|
|
private Integer districtDeptClosedCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* (新增)11、当前组织内:来源于事件的项目:结案已解决数 |
|
|
|
*/ |
|
|
|
private Integer eventResolvedCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* (新增)12、当前组织内:来源于事件的项目:结案无需解决数 |
|
|
|
*/ |
|
|
|
private Integer eventUnResolvedCount; |
|
|
|
} |
|
|
|