From 9b3b652cfb16b09a6f9c79c5d1d8f7b2b855f22e Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 17 二月 2025 13:55:09 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 47 insertions(+), 0 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
new file mode 100644
index 0000000..398e299
--- /dev/null
+++ b/business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java
@@ -0,0 +1,47 @@
+package com.ycl.domain.excel;
+
+import com.alibaba.excel.annotation.ExcelProperty;
+import lombok.Data;
+
+import java.math.BigDecimal;
+import java.util.Date;
+
+/**
+ * 椤圭洰涓存椂瀵煎叆妯℃澘
+ *
+ * @author锛歺p
+ * @date锛�2025/2/17 11:24
+ */
+@Data
+public class ProjectTempImport {
+
+ @ExcelProperty(value = "椤圭洰鍚嶇О")
+ private String projectName;
+
+ @ExcelProperty(value = "椤圭洰绫诲瀷")
+ private String projectType;
+
+ @ExcelProperty(value = "寤鸿鍐呭")
+ private String content;
+
+ @ExcelProperty(value = "涓氫富鍗曚綅")
+ private String projectOwnerUnit;
+
+ @ExcelProperty(value = "涓荤閮ㄩ棬")
+ private String competentDepartment;
+
+ @ExcelProperty(value = "璁″垝寮�宸ユ椂闂�")
+ private Date planStartTime;
+
+ @ExcelProperty(value = "璁″垝绔e伐鏃堕棿")
+ private Date planCompleteTime;
+
+ @ExcelProperty("骞村害鎶曡祫閲戦")
+ private BigDecimal tzje;
+
+ @ExcelProperty("琛屼笟涓荤閮ㄩ棬")
+ private String hyzgbm;
+
+ @ExcelProperty(value = "琛屾斂鍖哄垝")
+ private String area;
+}
--
Gitblit v1.8.0