From 2b2763c83e352f8ffd2ac0b5c46b60c49ee78439 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期二, 13 五月 2025 14:26:33 +0800
Subject: [PATCH] 2025-05-13

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java |   11 +++++++++++
 1 files changed, 11 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..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
@@ -180,6 +180,16 @@
     @ApiModelProperty(value = "鍔犻」鏍囧織")
     private String jxbz;
 
+    /**
+     * 鏀惰垂id
+     */
+    private String hisWaterId;
+
+    /**
+     * 閫�璐筰d
+     */
+    private String hisTfWaterId;
+
 
     @Override
     public String toString() {
@@ -192,6 +202,7 @@
                 .append("updateBy", getUpdateBy())
                 .append("updateTime", getUpdateTime())
                 .append("deleted", getDeleted())
+                .append("hisWaterId", getHisWaterId())
                 .toString();
     }
 }

--
Gitblit v1.8.0