|
|
|
@ -72,7 +72,7 @@ public class EventStatisticsResultDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 满意数 |
|
|
|
*/ |
|
|
|
private String satisfiedCount; |
|
|
|
private Integer satisfiedCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 满意率 |
|
|
|
@ -82,7 +82,7 @@ public class EventStatisticsResultDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 按期办结数 |
|
|
|
*/ |
|
|
|
private String scheduleClosedCount; |
|
|
|
private Integer scheduleClosedCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 按期办结率 |
|
|
|
|