From a0dde8aa21d8bc2b55ccbb2278fc730f75f7ef8b Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期五, 18 七月 2025 08:55:13 +0800
Subject: [PATCH] zjh20250718

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAdvice.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAdvice.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAdvice.java
index c3f832e..29963a2 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAdvice.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAdvice.java
@@ -60,7 +60,7 @@
 
     @Excel(name = "鎵�灞炵瀹d")
     @ApiModelProperty(value = "鎵�灞炵瀹d")
-    private String dept_id;
+    private String deptId;
 
     @Excel(name = "蹇嵎鏍囩")
     @ApiModelProperty(value = "蹇嵎鏍囩")
@@ -84,6 +84,13 @@
     @ApiModelProperty(value = "蹇嵎鏍囩")
     private List<String> kjbqz;
 
+    @TableField(exist = false)
+    private String deptName;
+
+
+    @TableField(exist = false)
+    private String userName;
+
     @Override
     public String toString() {
         return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
@@ -96,6 +103,7 @@
                 .append("updateTime", getUpdateTime())
                 .append("updateBy", getUpdateBy())
                 .append("deleted", getDeleted())
+                .append("deptName", getDeptName())
                 .toString();
     }
 }

--
Gitblit v1.8.0