From 52e9ef7d0a66500d596c2d4a3e8fc635c9f3e742 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 17 三月 2025 11:50:18 +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