Browse Source

合代码

master
sunyuchao 4 years ago
parent
commit
93c015157f
  1. 11
      epmet-module/gov-project/gov-project-server/src/main/java/com/epmet/entity/ProjectSatisfactionStatisticsEntity.java

11
epmet-module/gov-project/gov-project-server/src/main/java/com/epmet/entity/ProjectSatisfactionStatisticsEntity.java

@ -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;
}
}

Loading…
Cancel
Save