From 2f1ae9c10a1751438d09b3d848677deb883631aa Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期三, 14 一月 2026 11:28:16 +0800
Subject: [PATCH] 修改了对应代码
---
archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsFileList.java | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsFileList.java b/archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsFileList.java
index 248aa8f..36b1be6 100644
--- a/archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsFileList.java
+++ b/archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsFileList.java
@@ -3,6 +3,7 @@
import com.fasterxml.jackson.annotation.JsonFormat;
import com.ruoyi.common.annotation.Excel;
import lombok.Data;
+import org.apache.poi.ss.usermodel.IndexedColors;
import java.util.Date;
@@ -17,27 +18,27 @@
private String inquiryNumber;
private String caseTitle;
- @Excel(name="搴忓彿")
+ @Excel(name="搴忓彿", width = 7.89, headerColor = IndexedColors.BLACK)
private Long num;
- @Excel(name = "鏂囦欢缂栧彿")
+ @Excel(name = "鏂囧彿 锛堝嵎鍐呮枃浠跺彿锛�", width = 16.89,headerColor = IndexedColors.BLACK)
private String documentNumber;
- @Excel(name = "鏂囦欢棰樺悕")
+ @Excel(name = "鏂囦欢棰樺悕",width = 39.22, headerColor = IndexedColors.BLACK)
private String title;
- @Excel(name = "椤靛彿")
+ @Excel(name = "椤靛彿",width = 10.33, headerColor = IndexedColors.BLACK)
private Long pageNumber;
- @Excel(name = "鏄惁鏈夊叾浠栦粙璐�")
+ @Excel(name = "鏄惁鏈夊叾浠栦粙璐�", width = 10.11, headerColor = IndexedColors.BLACK)
private String fileStyle1;
- @Excel(name = "鏂囦欢绫诲瀷")
+ @Excel(name = "鏂囦欢绫诲瀷", width = 11.22, headerColor = IndexedColors.BLACK)
private String fileStyle;
- @Excel(name = "淇濈鏈熼檺")
+ @Excel(name = "淇濈鏈熼檺", width = 8.67, headerColor = IndexedColors.BLACK)
private String retentionPeriod;
- @Excel(name = "鍏紑灞炴��")
+ @Excel(name = "鍏紑灞炴��",width = 10.11, headerColor = IndexedColors.BLACK)
private String publicity;
- @Excel(name = "澶囨敞")
+ @Excel(name = "澶囨敞", width = 11.67, headerColor = IndexedColors.BLACK)
private String remarks;
}
--
Gitblit v1.9.1