From 1868fe69485d0d904bba24f2672a52a626ccf9f2 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期六, 20 十二月 2025 13:34:49 +0800
Subject: [PATCH] 修改了对应代码

---
 archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java b/archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java
index 34af99c..0bb465f 100644
--- a/archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java
+++ b/archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java
@@ -6,6 +6,7 @@
 import org.apache.commons.lang3.builder.ToStringStyle;
 import com.ruoyi.common.annotation.Excel;
 import com.ruoyi.common.core.domain.BaseEntity;
+import org.apache.poi.ss.usermodel.IndexedColors;
 
 import java.util.Date;
 
@@ -22,14 +23,14 @@
     @TableId(type = IdType.AUTO)
     private Long id;
 
-    @Excel(name = "椤圭洰鍚嶇О")
+    @Excel(name = "椤圭洰鍚嶇О", headerColor = IndexedColors.BLACK)
     private String name;
     private Date createTime;
 
-    @Excel(name = "鍏徃鍚嶇О")
+    @Excel(name = "鍏徃鍚嶇О", headerColor = IndexedColors.BLACK)
 
     private String companyName;
-    @Excel(name = "椤圭洰璐熻矗浜�")
+    @Excel(name = "椤圭洰璐熻矗浜�", headerColor = IndexedColors.BLACK)
 
     private String createPerson;
 

--
Gitblit v1.9.1