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 | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java b/archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java
index 7ce8758..0bb465f 100644
--- a/archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java
+++ b/archiveManager/src/main/java/com/ruoyi/domain/ArchiveProjectName.java
@@ -6,11 +6,12 @@
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;
/**
- * 銆愯濉啓鍔熻兘鍚嶇О銆戝璞� archive_project_name
+ * 銆愭浠堕」鐩俊鎭�戝璞� archive_project_name
*
* @author ruoyi
* @date 2025-08-08
@@ -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