|
@@ -336,7 +336,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
this.times = times;
|
|
this.times = times;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="合同金额(元)", align=2, sort=6)
|
|
|
|
|
|
+ @ExcelField(title="合同金额(元)", align=2, sort=11)
|
|
public String getContractPrice() {
|
|
public String getContractPrice() {
|
|
return contractPrice;
|
|
return contractPrice;
|
|
}
|
|
}
|
|
@@ -382,7 +382,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
}
|
|
}
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
- @ExcelField(title="签订日期", align=2, sort=10)
|
|
|
|
|
|
+ @ExcelField(title="签订日期", align=2, sort=6)
|
|
public Date getContractDate() {
|
|
public Date getContractDate() {
|
|
return contractDate;
|
|
return contractDate;
|
|
}
|
|
}
|
|
@@ -454,7 +454,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
this.contractSpecial = contractSpecial;
|
|
this.contractSpecial = contractSpecial;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="合同状态", dictType="audit_state", align=2, sort=14)
|
|
|
|
|
|
+ @ExcelField(title="合同状态", dictType="audit_state", align=2, sort=13)
|
|
public String getContractState() {
|
|
public String getContractState() {
|
|
return contractState;
|
|
return contractState;
|
|
}
|
|
}
|
|
@@ -591,7 +591,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
this.companyId = companyId;
|
|
this.companyId = companyId;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="合同类型", mainDictType="contract_info_type", align=2, sort=7)
|
|
|
|
|
|
+ @ExcelField(title="合同类型", mainDictType="contract_info_type", align=2, sort=5)
|
|
public String getContractTypeDoc() {
|
|
public String getContractTypeDoc() {
|
|
return contractTypeDoc;
|
|
return contractTypeDoc;
|
|
}
|
|
}
|
|
@@ -876,7 +876,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
this.signatureStatus = signatureStatus;
|
|
this.signatureStatus = signatureStatus;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="归档状态", dictType="archive_state", align=2, sort=15)
|
|
|
|
|
|
+ @ExcelField(title="归档状态", dictType="archive_state", align=2, sort=14)
|
|
public String getContrractRecordStatus() {
|
|
public String getContrractRecordStatus() {
|
|
return contrractRecordStatus;
|
|
return contrractRecordStatus;
|
|
}
|
|
}
|
|
@@ -893,7 +893,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
this.contrractRecordId = contrractRecordId;
|
|
this.contrractRecordId = contrractRecordId;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="案卷号", align=2, sort=4)
|
|
|
|
|
|
+ @ExcelField(title="案卷号", align=2, sort=15)
|
|
public String getRecordNum() {
|
|
public String getRecordNum() {
|
|
return recordNum;
|
|
return recordNum;
|
|
}
|
|
}
|
|
@@ -950,7 +950,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
this.flagAdmin = flagAdmin;
|
|
this.flagAdmin = flagAdmin;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="客户名称", align=2, sort=5)
|
|
|
|
|
|
+ @ExcelField(title="客户名称", align=2, sort=4)
|
|
public String getClientName() {
|
|
public String getClientName() {
|
|
return clientName;
|
|
return clientName;
|
|
}
|
|
}
|
|
@@ -959,7 +959,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
this.clientName = clientName;
|
|
this.clientName = clientName;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="创建人", align=2, sort=8)
|
|
|
|
|
|
+ @ExcelField(title="创建人", align=2, sort=7)
|
|
public String getCreateUser() {
|
|
public String getCreateUser() {
|
|
return createUser;
|
|
return createUser;
|
|
}
|
|
}
|
|
@@ -976,7 +976,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
this.chargeCriterionList = chargeCriterionList;
|
|
this.chargeCriterionList = chargeCriterionList;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="收费标准", align=2, sort=13)
|
|
|
|
|
|
+ @ExcelField(title="收费标准", align=2, sort=12)
|
|
public String getOtherDetails() {
|
|
public String getOtherDetails() {
|
|
return otherDetails;
|
|
return otherDetails;
|
|
}
|
|
}
|
|
@@ -1066,7 +1066,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
this.contractInformation = contractInformation;
|
|
this.contractInformation = contractInformation;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="合同金额类别", align=2, sort=12)
|
|
|
|
|
|
+ @ExcelField(title="合同金额类别", align=2, sort=10)
|
|
public String getContractInformationStr() {
|
|
public String getContractInformationStr() {
|
|
return contractInformationStr;
|
|
return contractInformationStr;
|
|
}
|
|
}
|
|
@@ -1109,7 +1109,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
- @ExcelField(title="登记日期", align=2, sort=11)
|
|
|
|
|
|
+ @ExcelField(title="登记日期", align=2, sort=9)
|
|
public Date getCreateDate() {
|
|
public Date getCreateDate() {
|
|
return super.getCreateDate();
|
|
return super.getCreateDate();
|
|
}
|
|
}
|
|
@@ -1119,7 +1119,7 @@ public class WorkContractInfo extends ActEntity<WorkContractInfo> {
|
|
super.setCreateDate(createDate);
|
|
super.setCreateDate(createDate);
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="创建人部门", align=2, sort=9)
|
|
|
|
|
|
+ @ExcelField(title="创建人部门", align=2, sort=8)
|
|
public String getCreateUserOfficeName() {
|
|
public String getCreateUserOfficeName() {
|
|
return createUserOfficeName;
|
|
return createUserOfficeName;
|
|
}
|
|
}
|