From 5d91a329768a2a86e01e4b9b6bc6a2b939b87adb Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期五, 16 一月 2026 22:48:51 +0800
Subject: [PATCH] 修改了对应代码

---
 archiveManager/src/main/java/com/ruoyi/domain/ArchiveRecords.java |   34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diff --git a/archiveManager/src/main/java/com/ruoyi/domain/ArchiveRecords.java b/archiveManager/src/main/java/com/ruoyi/domain/ArchiveRecords.java
index 4537845..efcfbd9 100644
--- a/archiveManager/src/main/java/com/ruoyi/domain/ArchiveRecords.java
+++ b/archiveManager/src/main/java/com/ruoyi/domain/ArchiveRecords.java
@@ -47,7 +47,7 @@
     }
 
   //  @Excel(name = "椤圭洰鍚嶇О", headerColor = IndexedColors.BLACK)
-
+  @Excel(name = "椤圭洰鍚嶇О", type = Excel.Type.IMPORT)
     private String everyProjectName;
     /** 妗堝嵎棰樺悕 */
     @Excel(name = "妗堝嵎棰樺悕", headerColor = IndexedColors.RED, width = 10)
@@ -117,6 +117,30 @@
     /** 澶囨敞 */
     @Excel(name = "澶囨敞", headerColor = IndexedColors.BLACK, width = 8)
     private String remarks;
+
+    /** 澶囨敞 */
+    @Excel(name = "澶囪�冭〃澶囨敞", headerColor = IndexedColors.BLACK, width = 8)
+    private String noteRemark;
+    @TableField(exist = false)
+    private String orderByColumn;
+    @TableField(exist = false)
+    private String isAsc;
+
+    public String getIsAsc() {
+        return isAsc;
+    }
+
+    public void setIsAsc(String isAsc) {
+        this.isAsc = isAsc;
+    }
+
+    public String getOrderByColumn() {
+        return orderByColumn;
+    }
+
+    public void setOrderByColumn(String orderByColumn) {
+        this.orderByColumn = orderByColumn;
+    }
 
     @TableField(exist = false)
     private String categoryNumberStart;
@@ -458,4 +482,12 @@
             .append("historicalReferenceNumber", getHistoricalReferenceNumber())
             .toString();
     }
+
+    public String getNoteRemark() {
+        return noteRemark;
+    }
+
+    public void setNoteRemark(String noteRemark) {
+        this.noteRemark = noteRemark;
+    }
 }

--
Gitblit v1.9.1