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 | 14 +++++++-------
1 files changed, 7 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 abaf292..3c5b60b 100644
--- a/archiveManager/src/main/java/com/ruoyi/domain/vo/ArchiveRecordSmall.java
+++ b/archiveManager/src/main/java/com/ruoyi/domain/vo/ArchiveRecordSmall.java
@@ -8,32 +8,32 @@
public class ArchiveRecordSmall {
/** 妗f鍙� */
- @Excel(name = "搴忓彿", headerColor = IndexedColors.BLACK)
+ @Excel(name = "搴忓彿", width=10,headerColor = IndexedColors.BLACK)
private Long num;
- @Excel(name = "绔嬫鍙�", headerColor = IndexedColors.BLACK)
+ @Excel(name = "绔嬫鍙�", width=20,headerColor = IndexedColors.BLACK)
private String filingNumber;
/** 妗f绠�(瀹�)鍙� */
- @Excel(name = "妗f鍙戞枃鍙穇妗e彿", headerColor = IndexedColors.BLACK)
+ @Excel(name = "妗f鍙戞枃鍙穇妗e彿", width=21,headerColor = IndexedColors.BLACK)
private String inqrid;
/** 妗堝嵎棰樺悕 */
- @Excel(name = "妗堝嵎棰樺悕", headerColor = IndexedColors.BLACK)
+ @Excel(name = "妗堝嵎棰樺悕", width=23,headerColor = IndexedColors.BLACK)
private String caseTitle;
- @Excel(name = "鍏紑灞炴��", headerColor = IndexedColors.BLACK)
+ @Excel(name = "鍏紑灞炴��", width=8,headerColor = IndexedColors.BLACK)
private String publicAttribute;
/** 缂╁井鍙� */
- @Excel(name = "鐢靛瓙鏂囦欢涓暟", headerColor = IndexedColors.BLACK)
+ @Excel(name = "鐢靛瓙鏂囦欢涓暟",width=7, headerColor = IndexedColors.BLACK)
private Long cnt;
- @Excel(name = "澶囨敞", headerColor = IndexedColors.BLACK)
+ @Excel(name = "澶囨敞", width=5,headerColor = IndexedColors.BLACK)
private String remarks;
--
Gitblit v1.9.1