|
|
@ -72,11 +72,6 @@ public class ProjectSatisfactionStatisticsEntity extends BaseEpmetEntity { |
|
|
|
@TableField(fill = FieldFill.INSERT) |
|
|
|
private String customerId; |
|
|
|
|
|
|
|
/** |
|
|
|
* 应评价人数【等于实际表决人数】 |
|
|
|
*/ |
|
|
|
private Integer shouldEvaluateCount; |
|
|
|
|
|
|
|
public ProjectSatisfactionStatisticsEntity() { |
|
|
|
this.goodCount = NumConstant.ZERO; |
|
|
|
this.perfectCount = NumConstant.ZERO; |
|
|
@ -84,10 +79,4 @@ public class ProjectSatisfactionStatisticsEntity extends BaseEpmetEntity { |
|
|
|
this.shouldEvaluateCount = NumConstant.ZERO; |
|
|
|
} |
|
|
|
|
|
|
|
public ProjectSatisfactionStatisticsEntity() { |
|
|
|
this.goodCount = NumConstant.ZERO; |
|
|
|
this.perfectCount = NumConstant.ZERO; |
|
|
|
this.badCount = NumConstant.ZERO; |
|
|
|
this.shouldEvaluateCount = NumConstant.ZERO; |
|
|
|
} |
|
|
|
} |
|
|
|