|
@@ -30,7 +30,7 @@ import java.util.Map;
|
|
* @version 2018-06-05
|
|
* @version 2018-06-05
|
|
*/
|
|
*/
|
|
public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
-
|
|
|
|
|
|
+
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
private String companyId; // 公司id
|
|
private String companyId; // 公司id
|
|
private String officeId; // 部门id
|
|
private String officeId; // 部门id
|
|
@@ -90,16 +90,16 @@ public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
private String upId;
|
|
private String upId;
|
|
|
|
|
|
|
|
|
|
- private Double reviewFee; //送审价
|
|
|
|
- private Double approvalFee; //审定价
|
|
|
|
- private Double contractFee; //合同价
|
|
|
|
- private Double verifyFee; //核增核减额
|
|
|
|
- private Double verifyRate; //核增核减率
|
|
|
|
- private Double buildingRate; //土建比例
|
|
|
|
- private Double installRate; //安装比例
|
|
|
|
- private Double consultFee; //咨询标的额
|
|
|
|
- private Double buildingFee; //土建额
|
|
|
|
- private Double installFee; //安装额
|
|
|
|
|
|
+ private String reviewFee; //送审价
|
|
|
|
+ private String approvalFee; //审定价
|
|
|
|
+ private String contractFee; //合同价
|
|
|
|
+ private String verifyFee; //核增核减额
|
|
|
|
+ private String verifyRate; //核增核减率
|
|
|
|
+ private String buildingRate; //土建比例
|
|
|
|
+ private String installRate; //安装比例
|
|
|
|
+ private String consultFee; //咨询标的额
|
|
|
|
+ private String buildingFee; //土建额
|
|
|
|
+ private String installFee; //安装额
|
|
private String recordNum; //归档申请编号
|
|
private String recordNum; //归档申请编号
|
|
private String templateTypeName;
|
|
private String templateTypeName;
|
|
private String conditionType; //判断条件
|
|
private String conditionType; //判断条件
|
|
@@ -145,7 +145,7 @@ public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
private HistoricProcessInstance historicProcessInstance;
|
|
private HistoricProcessInstance historicProcessInstance;
|
|
// 流程定义
|
|
// 流程定义
|
|
private ProcessDefinition processDefinition;
|
|
private ProcessDefinition processDefinition;
|
|
-
|
|
|
|
|
|
+
|
|
public ProjectReportData() {
|
|
public ProjectReportData() {
|
|
super();
|
|
super();
|
|
}
|
|
}
|
|
@@ -161,7 +161,7 @@ public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
public void setCompanyId(String companyId) {
|
|
public void setCompanyId(String companyId) {
|
|
this.companyId = companyId;
|
|
this.companyId = companyId;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public String getOfficeId() {
|
|
public String getOfficeId() {
|
|
return officeId;
|
|
return officeId;
|
|
}
|
|
}
|
|
@@ -178,11 +178,11 @@ public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
public void setProject(ProjectRecords project) {
|
|
public void setProject(ProjectRecords project) {
|
|
this.project = project;
|
|
this.project = project;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public void setName(String name) {
|
|
public void setName(String name) {
|
|
this.name = name;
|
|
this.name = name;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
@ExcelField(title="报告编号", align=2, sort=1)
|
|
@ExcelField(title="报告编号", align=2, sort=1)
|
|
public String getNumber() {
|
|
public String getNumber() {
|
|
return number;
|
|
return number;
|
|
@@ -287,15 +287,15 @@ public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
public void setNumber(String number) {
|
|
public void setNumber(String number) {
|
|
this.number = number;
|
|
this.number = number;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public void setType(String type) {
|
|
public void setType(String type) {
|
|
this.type = type;
|
|
this.type = type;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public void setAchievementType(String achievementType) {
|
|
public void setAchievementType(String achievementType) {
|
|
this.achievementType = achievementType;
|
|
this.achievementType = achievementType;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public void setReviewStandard(String reviewStandard) {
|
|
public void setReviewStandard(String reviewStandard) {
|
|
this.reviewStandard = reviewStandard;
|
|
this.reviewStandard = reviewStandard;
|
|
}
|
|
}
|
|
@@ -303,23 +303,23 @@ public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
public void setSignCostOne(User signCostOne) {
|
|
public void setSignCostOne(User signCostOne) {
|
|
this.signCostOne = signCostOne;
|
|
this.signCostOne = signCostOne;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public void setSignCostTwo(User signCostTwo) {
|
|
public void setSignCostTwo(User signCostTwo) {
|
|
this.signCostTwo = signCostTwo;
|
|
this.signCostTwo = signCostTwo;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public void setMaster(User master) {
|
|
public void setMaster(User master) {
|
|
this.master = master;
|
|
this.master = master;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public void setReportDate(Date reportDate) {
|
|
public void setReportDate(Date reportDate) {
|
|
this.reportDate = reportDate;
|
|
this.reportDate = reportDate;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public void setFileStatus(String fileStatus) {
|
|
public void setFileStatus(String fileStatus) {
|
|
this.fileStatus = fileStatus;
|
|
this.fileStatus = fileStatus;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public void setStatus(String status) {
|
|
public void setStatus(String status) {
|
|
this.status = status;
|
|
this.status = status;
|
|
}
|
|
}
|
|
@@ -520,67 +520,111 @@ public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- public Double getReviewFee() {
|
|
|
|
|
|
+ public String getReviewFee() {
|
|
return reviewFee;
|
|
return reviewFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setReviewFee(Double reviewFee) {
|
|
|
|
|
|
+ public void setReviewFee(String reviewFee) {
|
|
this.reviewFee = reviewFee;
|
|
this.reviewFee = reviewFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public Double getApprovalFee() {
|
|
|
|
|
|
+ public void setContractName(String contractName) {
|
|
|
|
+ this.contractName = contractName;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setTypeName(String typeName) {
|
|
|
|
+ this.typeName = typeName;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setProjectName(String projectName) {
|
|
|
|
+ this.projectName = projectName;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setProjectNum(String projectNum) {
|
|
|
|
+ this.projectNum = projectNum;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setSignCostOneName(String signCostOneName) {
|
|
|
|
+ this.signCostOneName = signCostOneName;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setSignCostTwoName(String signCostTwoName) {
|
|
|
|
+ this.signCostTwoName = signCostTwoName;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setMasterName(String masterName) {
|
|
|
|
+ this.masterName = masterName;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getApprovalFee() {
|
|
return approvalFee;
|
|
return approvalFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setApprovalFee(Double approvalFee) {
|
|
|
|
|
|
+ public void setApprovalFee(String approvalFee) {
|
|
this.approvalFee = approvalFee;
|
|
this.approvalFee = approvalFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public Double getContractFee() {
|
|
|
|
|
|
+ public String getContractFee() {
|
|
return contractFee;
|
|
return contractFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setContractFee(Double contractFee) {
|
|
|
|
|
|
+ public void setContractFee(String contractFee) {
|
|
this.contractFee = contractFee;
|
|
this.contractFee = contractFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public Double getVerifyFee() {
|
|
|
|
|
|
+ public String getVerifyFee() {
|
|
return verifyFee;
|
|
return verifyFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setVerifyFee(Double verifyFee) {
|
|
|
|
|
|
+ public void setVerifyFee(String verifyFee) {
|
|
this.verifyFee = verifyFee;
|
|
this.verifyFee = verifyFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public Double getVerifyRate() {
|
|
|
|
|
|
+ public String getVerifyRate() {
|
|
return verifyRate;
|
|
return verifyRate;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setVerifyRate(Double verifyRate) {
|
|
|
|
|
|
+ public void setVerifyRate(String verifyRate) {
|
|
this.verifyRate = verifyRate;
|
|
this.verifyRate = verifyRate;
|
|
}
|
|
}
|
|
|
|
|
|
- public Double getConsultFee() {
|
|
|
|
|
|
+ public String getBuildingRate() {
|
|
|
|
+ return buildingRate;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setBuildingRate(String buildingRate) {
|
|
|
|
+ this.buildingRate = buildingRate;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getInstallRate() {
|
|
|
|
+ return installRate;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setInstallRate(String installRate) {
|
|
|
|
+ this.installRate = installRate;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getConsultFee() {
|
|
return consultFee;
|
|
return consultFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setConsultFee(Double consultFee) {
|
|
|
|
|
|
+ public void setConsultFee(String consultFee) {
|
|
this.consultFee = consultFee;
|
|
this.consultFee = consultFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public Double getBuildingFee() {
|
|
|
|
|
|
+ public String getBuildingFee() {
|
|
return buildingFee;
|
|
return buildingFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setBuildingFee(Double buildingFee) {
|
|
|
|
|
|
+ public void setBuildingFee(String buildingFee) {
|
|
this.buildingFee = buildingFee;
|
|
this.buildingFee = buildingFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public Double getInstallFee() {
|
|
|
|
|
|
+ public String getInstallFee() {
|
|
return installFee;
|
|
return installFee;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setInstallFee(Double installFee) {
|
|
|
|
|
|
+ public void setInstallFee(String installFee) {
|
|
this.installFee = installFee;
|
|
this.installFee = installFee;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -616,22 +660,6 @@ public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
this.tempType = tempType;
|
|
this.tempType = tempType;
|
|
}
|
|
}
|
|
|
|
|
|
- public Double getBuildingRate() {
|
|
|
|
- return buildingRate;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setBuildingRate(Double buildingRate) {
|
|
|
|
- this.buildingRate = buildingRate;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getInstallRate() {
|
|
|
|
- return installRate;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setInstallRate(Double installRate) {
|
|
|
|
- this.installRate = installRate;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
public Date getAuditPassDate() {
|
|
public Date getAuditPassDate() {
|
|
return auditPassDate;
|
|
return auditPassDate;
|
|
}
|
|
}
|
|
@@ -743,4 +771,4 @@ public class ProjectReportData extends ActEntity<ProjectReportData> {
|
|
public void setContractRate(String contractRate) {
|
|
public void setContractRate(String contractRate) {
|
|
this.contractRate = contractRate;
|
|
this.contractRate = contractRate;
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|