From 3a61407d9b86b5ef9eb622ef009abd5ed3e777dd Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期五, 13 十二月 2024 17:38:58 +0800 Subject: [PATCH] 20241213 --- 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