From 79f9fbd9f999e26af3f0bca534d825eb687e092c Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期三, 25 十二月 2024 08:47:24 +0800
Subject: [PATCH] 20241225

---
 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