From 971162978842f8cf87d34f99da8c529e2e945da8 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期二, 15 四月 2025 08:46:57 +0800 Subject: [PATCH] zjh20250415 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java | 14 ++++++++++++++ 1 files changed, 14 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 50ab392..dc93f04 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 @@ -177,6 +177,19 @@ private String remarks; + @ApiModelProperty(value = "鍔犻」鏍囧織") + private String jxbz; + + /** + * 鏀惰垂id + */ + private String hisWaterId; + + /** + * 閫�璐筰d + */ + private String hisTfWaterId; + @Override public String toString() { @@ -189,6 +202,7 @@ .append("updateBy", getUpdateBy()) .append("updateTime", getUpdateTime()) .append("deleted", getDeleted()) + .append("hisWaterId", getHisWaterId()) .toString(); } } -- Gitblit v1.8.0