From 2d59c3e55978bd93741dae7a8ff21cf63b9ecf25 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期三, 14 一月 2026 21:16:57 +0800
Subject: [PATCH] 修改了对应代码

---
 archiveManager/src/main/java/com/ruoyi/domain/DocumentMaterials.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/archiveManager/src/main/java/com/ruoyi/domain/DocumentMaterials.java b/archiveManager/src/main/java/com/ruoyi/domain/DocumentMaterials.java
index c30de29..6cc7119 100644
--- a/archiveManager/src/main/java/com/ruoyi/domain/DocumentMaterials.java
+++ b/archiveManager/src/main/java/com/ruoyi/domain/DocumentMaterials.java
@@ -61,6 +61,15 @@
     /** $column.columnComment */
    // @Excel(name = "椤靛彿", handler = NumberFormatHandler.class, headerColor = IndexedColors.BLACK)
     private Long pageNumber;
+
+    public String getPageNumberFormatted() {
+        return pageNumberFormatted;
+    }
+
+    public void setPageNumberFormatted(String pageNumberFormatted) {
+        this.pageNumberFormatted = pageNumberFormatted;
+    }
+
     @TableField(exist = false)
     @Excel(name = "椤靛彿", height = 10,width = 10,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE)
     private String pageNumberFormatted;
@@ -150,6 +159,8 @@
     private Integer visible;
     /** $column.columnComment */
     private Date updatedAt;
+    @Excel(name = "鏂囦欢绫诲瀷", headerColor = IndexedColors.BLACK)
+
     private String fileStyle;
 
     public String getUrl() {

--
Gitblit v1.9.1