From 203acef84d19ffc01bc8d5dd8ef85f90ba400f5c Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期日, 09 三月 2025 11:49:58 +0800
Subject: [PATCH] 容缺查询
---
business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java b/business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java
index 398e299..b8b6eb4 100644
--- a/business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java
+++ b/business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java
@@ -21,13 +21,16 @@
@ExcelProperty(value = "椤圭洰绫诲瀷")
private String projectType;
+ @ExcelProperty(value = "椤圭洰瀛愮被鍨�")
+ private String projectSubType;
+
@ExcelProperty(value = "寤鸿鍐呭")
private String content;
@ExcelProperty(value = "涓氫富鍗曚綅")
private String projectOwnerUnit;
- @ExcelProperty(value = "涓荤閮ㄩ棬")
+ @ExcelProperty(value = "椤圭洰涓荤閮ㄩ棬")
private String competentDepartment;
@ExcelProperty(value = "璁″垝寮�宸ユ椂闂�")
@@ -39,9 +42,9 @@
@ExcelProperty("骞村害鎶曡祫閲戦")
private BigDecimal tzje;
- @ExcelProperty("琛屼笟涓荤閮ㄩ棬")
- private String hyzgbm;
+// @ExcelProperty("琛屼笟涓荤閮ㄩ棬")
+// private String hyzgbm;
- @ExcelProperty(value = "琛屾斂鍖哄垝")
+ @ExcelProperty(value = "琛屾斂鍖哄煙")
private String area;
}
--
Gitblit v1.8.0