From cb703ae5b5afdd4a7d614a948ee4d4c457b77185 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期三, 21 一月 2026 09:07:42 +0800
Subject: [PATCH] 增加了签名和注解接口

---
 archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsVo.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsVo.java b/archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsVo.java
index a57d577..bbaabc2 100644
--- a/archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsVo.java
+++ b/archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsVo.java
@@ -12,11 +12,11 @@
 public class DocumentMaterialsVo {
 
 
-    @Excel(name="搴忓彿", height = 10,width=8,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE)
+    @Excel(name="搴忓彿", width=8,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE)
     private Long num;
-    @Excel(name = "鏂囦欢缂栧彿", height = 10, width=8,headerColor = IndexedColors.BLACK, headerBackgroundColor = IndexedColors.WHITE)
+    @Excel(name = "鏂囦欢缂栧彿", width=8,headerColor = IndexedColors.BLACK, headerBackgroundColor = IndexedColors.WHITE)
     private String documentNumber;
-    @Excel(name = "璐d换鑰�", height = 10, width=8,headerColor = IndexedColors.BLACK, headerBackgroundColor = IndexedColors.WHITE)
+    @Excel(name = "璐d换鑰�",  width=8,headerColor = IndexedColors.BLACK, headerBackgroundColor = IndexedColors.WHITE)
     private String creator;
     @Excel(name = "鏂囦欢棰樺悕", height = 8,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE)
 

--
Gitblit v1.9.1