|
|
@ -38,15 +38,15 @@ public class KcProjectSatisanalysisFormDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 非常满意项目总数 |
|
|
|
*/ |
|
|
|
private Integer greatSatis; |
|
|
|
private Integer greatSatisfaction; |
|
|
|
|
|
|
|
/** |
|
|
|
* 满意项目总数 |
|
|
|
*/ |
|
|
|
private Integer goodSatis; |
|
|
|
private Integer goodSatisfaction; |
|
|
|
|
|
|
|
/** |
|
|
|
* 不满意的项目总数 |
|
|
|
*/ |
|
|
|
private Integer disSatis; |
|
|
|
private Integer disSatisfaction; |
|
|
|
} |
|
|
|