From 0892d843cd394f383ff50f480f7f22f2ec3829bc Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期五, 27 六月 2025 20:24:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAdvice.java |    6 +++++-
 1 files changed, 5 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..5af3765 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,9 @@
     @ApiModelProperty(value = "蹇嵎鏍囩")
     private List<String> kjbqz;
 
+    @TableField(exist = false)
+    private String deptName;
+
     @Override
     public String toString() {
         return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
@@ -96,6 +99,7 @@
                 .append("updateTime", getUpdateTime())
                 .append("updateBy", getUpdateBy())
                 .append("deleted", getDeleted())
+                .append("deptName", getDeptName())
                 .toString();
     }
 }

--
Gitblit v1.8.0