|
@@ -25,6 +25,9 @@ public class ContractExcelResponse {
|
|
|
@ExcelProperty(value = "合同费用状态",converter = ContractConverter.class)
|
|
|
private Integer amountStatus;
|
|
|
|
|
|
+ @ExcelProperty("合同编号")
|
|
|
+ private String contractNumber;
|
|
|
+
|
|
|
@ExcelProperty("合同名称")
|
|
|
private String name;
|
|
|
|
|
@@ -55,9 +58,6 @@ public class ContractExcelResponse {
|
|
|
@ExcelProperty("合同余额(元)")
|
|
|
private BigDecimal contractBalance;
|
|
|
|
|
|
- @ExcelProperty("合同编号")
|
|
|
- private String contractNumber;
|
|
|
-
|
|
|
@ExcelProperty("合同拿出日期")
|
|
|
private LocalDate contractOn;
|
|
|
//总产值
|