|
|
@@ -513,7 +513,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
|
this.contractSpecial = contractSpecial;
|
|
|
}
|
|
|
|
|
|
- @ExcelField(title="合同状态", dictType="audit_state", align=2, sort=13)
|
|
|
+ @ExcelField(title="合同状态", dictType="audit_state", align=2, sort=14)
|
|
|
public String getContractState() {
|
|
|
return contractState;
|
|
|
}
|
|
|
@@ -935,7 +935,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
|
this.signatureStatus = signatureStatus;
|
|
|
}
|
|
|
|
|
|
- @ExcelField(title="归档状态", dictType="archive_state", align=2, sort=14)
|
|
|
+ @ExcelField(title="归档状态", dictType="archive_state", align=2, sort=15)
|
|
|
public String getContrractRecordStatus() {
|
|
|
return contrractRecordStatus;
|
|
|
}
|
|
|
@@ -952,7 +952,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
|
this.contrractRecordId = contrractRecordId;
|
|
|
}
|
|
|
|
|
|
- @ExcelField(title="案卷号", align=2, sort=15)
|
|
|
+ @ExcelField(title="案卷号", align=2, sort=16)
|
|
|
public String getRecordNum() {
|
|
|
return recordNum;
|
|
|
}
|
|
|
@@ -1035,7 +1035,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
|
this.chargeCriterionList = chargeCriterionList;
|
|
|
}
|
|
|
|
|
|
- @ExcelField(title="收费标准", align=2, sort=12)
|
|
|
+ @ExcelField(title="收费标准", align=2, sort=13)
|
|
|
public String getOtherDetails() {
|
|
|
return otherDetails;
|
|
|
}
|
|
|
@@ -1411,6 +1411,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
|
this.isProject = isProject;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="合同规模", align=2, sort=12)
|
|
|
public String getContractScale() {
|
|
|
return contractScale;
|
|
|
}
|