From 2e1fc763314f7231780c7d6e36fd6922548b285a Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期三, 04 六月 2025 18:16:52 +0800 Subject: [PATCH] zjh20250604 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java index 1e9a5c2..e9cf4b4 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java @@ -181,6 +181,20 @@ private String jxbz; + @ApiModelProperty(value = "鑷垂宸ヨ垂") + private String zfgf; + + /** + * 鏀惰垂id + */ + private String hisWaterId; + + /** + * 閫�璐筰d + */ + private String hisTfWaterId; + + @Override public String toString() { return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE) @@ -192,6 +206,7 @@ .append("updateBy", getUpdateBy()) .append("updateTime", getUpdateTime()) .append("deleted", getDeleted()) + .append("hisWaterId", getHisWaterId()) .toString(); } } -- Gitblit v1.8.0