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/ArchiveRecords.java | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/archiveManager/src/main/java/com/ruoyi/domain/ArchiveRecords.java b/archiveManager/src/main/java/com/ruoyi/domain/ArchiveRecords.java
index 852cca1..8c1c218 100644
--- a/archiveManager/src/main/java/com/ruoyi/domain/ArchiveRecords.java
+++ b/archiveManager/src/main/java/com/ruoyi/domain/ArchiveRecords.java
@@ -117,6 +117,10 @@
/** 澶囨敞 */
@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)
@@ -478,4 +482,12 @@
.append("historicalReferenceNumber", getHistoricalReferenceNumber())
.toString();
}
+
+ public String getNoteRemark() {
+ return noteRemark;
+ }
+
+ public void setNoteRemark(String noteRemark) {
+ this.noteRemark = noteRemark;
+ }
}
--
Gitblit v1.9.1