|
@ -238,6 +238,8 @@ public class FactGridGovernDailyEntity extends BaseEpmetEntity { |
|
|
this.eventUnResolvedCount=NumConstant.ZERO; |
|
|
this.eventUnResolvedCount=NumConstant.ZERO; |
|
|
this.workEventResolvedCount=NumConstant.ZERO; |
|
|
this.workEventResolvedCount=NumConstant.ZERO; |
|
|
this.workEventUnResolvedCount=NumConstant.ZERO; |
|
|
this.workEventUnResolvedCount=NumConstant.ZERO; |
|
|
|
|
|
this.icEventResolvedCount = NumConstant.ZERO; |
|
|
|
|
|
this.icEventUnResolvedCount = NumConstant.ZERO; |
|
|
this.inGroupTopicResolvedCount=NumConstant.ZERO; |
|
|
this.inGroupTopicResolvedCount=NumConstant.ZERO; |
|
|
this.inGroupTopicUnResolvedCount=NumConstant.ZERO; |
|
|
this.inGroupTopicUnResolvedCount=NumConstant.ZERO; |
|
|
this.fromIssueResolvedInGridCount=NumConstant.ZERO; |
|
|
this.fromIssueResolvedInGridCount=NumConstant.ZERO; |
|
@ -248,5 +250,6 @@ public class FactGridGovernDailyEntity extends BaseEpmetEntity { |
|
|
this.communityClosedCount=NumConstant.ZERO; |
|
|
this.communityClosedCount=NumConstant.ZERO; |
|
|
this.streetClosedCount=NumConstant.ZERO; |
|
|
this.streetClosedCount=NumConstant.ZERO; |
|
|
this.districtDeptClosedCount=NumConstant.ZERO; |
|
|
this.districtDeptClosedCount=NumConstant.ZERO; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|