From 07a2f9c762efb3be3a29e2e8cc7004d4164cc9d8 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期一, 22 十二月 2025 20:15:58 +0800
Subject: [PATCH] 修改了对应代码
---
archiveManager/src/main/java/com/ruoyi/domain/vo/ArchiveRecordSmall.java | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/archiveManager/src/main/java/com/ruoyi/domain/vo/ArchiveRecordSmall.java b/archiveManager/src/main/java/com/ruoyi/domain/vo/ArchiveRecordSmall.java
index 71be790..3c5b60b 100644
--- a/archiveManager/src/main/java/com/ruoyi/domain/vo/ArchiveRecordSmall.java
+++ b/archiveManager/src/main/java/com/ruoyi/domain/vo/ArchiveRecordSmall.java
@@ -2,37 +2,38 @@
import com.ruoyi.common.annotation.Excel;
import lombok.Data;
+import org.apache.poi.ss.usermodel.IndexedColors;
@Data
public class ArchiveRecordSmall {
/** 妗f鍙� */
- @Excel(name = "搴忓彿")
+ @Excel(name = "搴忓彿", width=10,headerColor = IndexedColors.BLACK)
private Long num;
- @Excel(name = "绔嬫鍙�")
+ @Excel(name = "绔嬫鍙�", width=20,headerColor = IndexedColors.BLACK)
private String filingNumber;
/** 妗f绠�(瀹�)鍙� */
- @Excel(name = "妗f鍙戞枃鍙穇妗e彿")
+ @Excel(name = "妗f鍙戞枃鍙穇妗e彿", width=21,headerColor = IndexedColors.BLACK)
private String inqrid;
/** 妗堝嵎棰樺悕 */
- @Excel(name = "妗堝嵎棰樺悕")
+ @Excel(name = "妗堝嵎棰樺悕", width=23,headerColor = IndexedColors.BLACK)
private String caseTitle;
- @Excel(name = "鍏紑灞炴��")
+ @Excel(name = "鍏紑灞炴��", width=8,headerColor = IndexedColors.BLACK)
private String publicAttribute;
/** 缂╁井鍙� */
- @Excel(name = "鐢靛瓙鏂囦欢涓暟")
+ @Excel(name = "鐢靛瓙鏂囦欢涓暟",width=7, headerColor = IndexedColors.BLACK)
private Long cnt;
- @Excel(name = "澶囨敞")
+ @Excel(name = "澶囨敞", width=5,headerColor = IndexedColors.BLACK)
private String remarks;
--
Gitblit v1.9.1