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/vo/RecordToUserCount.java | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/archiveManager/src/main/java/com/ruoyi/domain/vo/RecordToUserCount.java b/archiveManager/src/main/java/com/ruoyi/domain/vo/RecordToUserCount.java
index 733ee18..36c7b2c 100644
--- a/archiveManager/src/main/java/com/ruoyi/domain/vo/RecordToUserCount.java
+++ b/archiveManager/src/main/java/com/ruoyi/domain/vo/RecordToUserCount.java
@@ -2,20 +2,21 @@
import com.ruoyi.common.annotation.Excel;
import lombok.Data;
+import org.apache.poi.ss.usermodel.IndexedColors;
@Data
public class RecordToUserCount {
private Long userId;
- @Excel(name = "鐢ㄦ埛鍚嶇О")
+ @Excel(name = "鐢ㄦ埛鍚嶇О", headerColor = IndexedColors.BLACK)
private String userName;
- @Excel(name = "琚垎閰嶆鍗锋�绘暟")
+ @Excel(name = "琚垎閰嶆鍗锋�绘暟", headerColor = IndexedColors.BLACK)
private Long cnt;
- @Excel(name = "瀹屾垚妗堝嵎鏁�")
+ @Excel(name = "瀹屾垚妗堝嵎鏁�", headerColor = IndexedColors.BLACK)
private Long swlr;
- @Excel(name = "鏈笂浼犻檮浠�")
+ @Excel(name = "鏈笂浼犻檮浠�", headerColor = IndexedColors.BLACK)
private Long wlrf;
- @Excel(name = "寰呬慨鏀�")
+ @Excel(name = "寰呬慨鏀�", headerColor = IndexedColors.BLACK)
private Long dxg;
- @Excel(name = "鏈畬鎴愭鍗锋暟")
+ @Excel(name = "鏈畬鎴愭鍗锋暟", headerColor = IndexedColors.BLACK)
private Long ylr;
}
--
Gitblit v1.9.1