From 7a7acc33c5658643a54c42bfd6f70ed3881a3248 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 31 八月 2024 19:24:44 +0800
Subject: [PATCH] 点位新增部级标签、点位导入导出优化

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/excel/PointExport.java |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/PointExport.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/PointExport.java
index 0fac11f..be898c3 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/PointExport.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/PointExport.java
@@ -37,12 +37,12 @@
 
     @ColumnWidth(40)
     @DateTimeFormat("yyyy-MM-dd")
-    @ExcelProperty("杩愮淮寮�濮嬫椂闂�")
+    @ExcelProperty("杩愮淮寮�濮嬫椂闂�(瀵煎叆鐣岄潰鍙敼)")
     private Date startTime;
 
     @ColumnWidth(40)
     @DateTimeFormat("yyyy-MM-dd")
-    @ExcelProperty("杩愮淮缁撴潫鏃堕棿")
+    @ExcelProperty("杩愮淮缁撴潫鏃堕棿(瀵煎叆鐣岄潰鍙敼)")
     private Date endTime;
 
     @ExcelIgnore
@@ -51,6 +51,14 @@
     @ColumnWidth(20)
     @ExcelProperty("鏄惁鐪佸巺鏍囩(鍙慨鏀�)")
     private String provinceTagString;
+
+    @ColumnWidth(20)
+    @ExcelProperty("鏄惁閲嶇偣鎸囨尌鍥惧儚(鍙慨鏀�)")
+    private String importantCommandImageTagString;
+
+    @ColumnWidth(20)
+    @ExcelProperty("鏄惁閮ㄧ骇鏍囩(鍙慨鏀�)")
+    private String deptTag;
 
     @ExcelIgnore
     private Boolean importantTag;
@@ -61,7 +69,5 @@
     @ExcelIgnore
     private Boolean importantCommandImageTag;
 
-    @ColumnWidth(20)
-    @ExcelProperty("鏄惁閲嶇偣鎸囨尌鍥惧儚(鍙慨鏀�)")
-    private String importantCommandImageTagString;
+
 }

--
Gitblit v1.8.0