From 7e73e7699d55b4b229bef4dc5d89e01aedef5a19 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期一, 19 五月 2025 17:13:37 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/SysAttachment.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/SysAttachment.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/SysAttachment.java index 8fdc170..2e07cf7 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/SysAttachment.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/SysAttachment.java @@ -56,6 +56,16 @@ @Excel(name = "涓婁紶鍚庣殑璁块棶閾炬帴") private String url; + private String oldFileName; + + public String getOldFileName() { + return oldFileName; + } + + public void setOldFileName(String oldFileName) { + this.oldFileName = oldFileName; + } + public String getUrl() { return url; } @@ -159,6 +169,7 @@ .append("uploadTime",getUploadTime()) .append("ip",getIp()) .append("url",getUrl()) + .append("oldFileName",getOldFileName()) .toString(); } } -- Gitblit v1.8.0