From cde5e6335dd02db4d2137ba6d5f330544e764b3d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 26 三月 2025 04:13:26 +0800
Subject: [PATCH] 任务统计bug
---
business/src/main/java/com/ycl/domain/excel/ProjectExcelTemplate.java | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/business/src/main/java/com/ycl/domain/excel/ProjectExcelTemplate.java b/business/src/main/java/com/ycl/domain/excel/ProjectExcelTemplate.java
index 510292d..13146c7 100644
--- a/business/src/main/java/com/ycl/domain/excel/ProjectExcelTemplate.java
+++ b/business/src/main/java/com/ycl/domain/excel/ProjectExcelTemplate.java
@@ -48,6 +48,12 @@
private String projectType;
/**
+ * 椤圭洰绫诲瀷
+ */
+ @ExcelProperty(value = "椤圭洰瀛愮被鍨�",converter = ExcelEnumConvert.class)
+ private String projectSubType;
+
+ /**
* 椤圭洰鐘舵��
*/
@ExcelProperty(value = "椤圭洰鐘舵��",converter = ExcelEnumConvert.class)
@@ -192,6 +198,16 @@
private String content;
/**
+ * 寤鸿鎬ц川
+ */
+ @ExcelProperty(value = "寤鸿鎬ц川")
+ private String constructionNature;
+
+ @ExcelProperty(value = "鏄惁鎷涘晢寮曡祫椤圭洰")
+ /** 鏄惁鎷涘晢寮曡祫椤圭洰锛�0 涓嶆槸 1 鏄� */
+ private String attractInvestment;
+
+ /**
* 鑱旂郴鏂瑰紡
*/
@ExcelProperty(value = "鑱旂郴鏂瑰紡")
@@ -201,7 +217,7 @@
* 椤圭洰涓氫富鍗曚綅
*/
@ExcelProperty(value = "椤圭洰涓氫富鍗曚綅")
- private String projectOwnerUnit;
+ private Long projectOwnerUnit;
/**
* 璁″垝寮�宸ユ椂闂�
@@ -330,6 +346,12 @@
@ExcelProperty(value = "椤圭洰鎬绘姇璧勯")
private String totalInvestment;
+ @ExcelProperty(value = "鍦版柟鏀垮簻涓撻」鍊哄埜")
+ private String deptBond;
+
+ @ExcelProperty(value = "瓒呴暱鏈熺壒鍒浗鍊�")
+ private String nationalDebt;
+
/**
* 椤圭洰鏈噾
*/
--
Gitblit v1.8.0