|
@ -72,7 +72,6 @@ public class ProjectTimeOutInfoExportDTO { |
|
|
private Double superiorFundPayRateScore; |
|
|
private Double superiorFundPayRateScore; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ProjectTimeOutInfoExportDTO(String projectName, |
|
|
public ProjectTimeOutInfoExportDTO(String projectName, |
|
|
String dutyWorkplace, |
|
|
String dutyWorkplace, |
|
|
String reformName, |
|
|
String reformName, |
|
@ -83,7 +82,13 @@ public class ProjectTimeOutInfoExportDTO { |
|
|
String timeOutPaySituation, |
|
|
String timeOutPaySituation, |
|
|
Double uploadFileRate, |
|
|
Double uploadFileRate, |
|
|
String projectTimeOutSituation, |
|
|
String projectTimeOutSituation, |
|
|
int updateCount |
|
|
int updateCount, |
|
|
|
|
|
String score, |
|
|
|
|
|
Double uploadFileRateScore, |
|
|
|
|
|
Double updateCountScore, |
|
|
|
|
|
Double projectTimeOutSituationScore, |
|
|
|
|
|
Double timeOutPayCountScore, |
|
|
|
|
|
Double superiorFundPayRateScore |
|
|
) { |
|
|
) { |
|
|
this.projectName = projectName; |
|
|
this.projectName = projectName; |
|
|
this.superiorFundPayRate = superiorFundPayRate; |
|
|
this.superiorFundPayRate = superiorFundPayRate; |
|
@ -96,6 +101,12 @@ public class ProjectTimeOutInfoExportDTO { |
|
|
this.uploadFileRate = uploadFileRate; |
|
|
this.uploadFileRate = uploadFileRate; |
|
|
this.projectTimeOutSituation = projectTimeOutSituation; |
|
|
this.projectTimeOutSituation = projectTimeOutSituation; |
|
|
this.updateCount = updateCount; |
|
|
this.updateCount = updateCount; |
|
|
|
|
|
this.score = score; |
|
|
|
|
|
this.uploadFileRateScore = uploadFileRateScore; |
|
|
|
|
|
this.updateCountScore = updateCountScore; |
|
|
|
|
|
this.projectTimeOutSituationScore = projectTimeOutSituationScore; |
|
|
|
|
|
this.timeOutPayCountScore = timeOutPayCountScore; |
|
|
|
|
|
this.superiorFundPayRateScore = superiorFundPayRateScore; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|