From dedacd79c93f8ef95e0cb986f5e7fbd27ddbd907 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期四, 03 七月 2025 09:12:49 +0800
Subject: [PATCH] 2025-07-03

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 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 8d95662..9b257cd 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
@@ -1,5 +1,6 @@
 package com.ltkj.hosp.domain;
 
+import com.baomidou.mybatisplus.annotation.FieldStrategy;
 import com.baomidou.mybatisplus.annotation.TableField;
 import com.baomidou.mybatisplus.annotation.TableId;
 import com.fasterxml.jackson.annotation.JsonFormat;
@@ -118,6 +119,14 @@
     @TableField(exist = false)
     private String tollCollectorName;
 
+    @ApiModelProperty(value = "浣撴鍙�")
+    @TableField(exist = false)
+    private String tjNumber;
+
+    @ApiModelProperty(value = "浣撴椤圭洰鍚�")
+    @TableField(exist = false)
+    private String  tjProName;
+
     @ApiModelProperty(value = "鍗曢」ids")
     @TableField(exist = false)
     private String[] tjProIds;
@@ -163,9 +172,41 @@
      */
     @Excel(name = "鏄惁缁撹处",dictType="sys_yes_no")
     @ApiModelProperty(value = "鏄惁缁撹处")
+    @TableField(updateStrategy = FieldStrategy.IGNORED)
     private String isCheckout;
 
     private String remarks;
+
+    @ApiModelProperty(value = "鍔犻」鏍囧織")
+    private String jxbz;
+
+
+    @ApiModelProperty(value = "鑷垂宸ヨ垂")
+    private String zfgf;
+
+    @ApiModelProperty(value = "鏄惁缁撶畻 0鏈� 1宸� ")
+    private String sfjs;
+
+    @ApiModelProperty(value = "缁撶畻鏃ユ湡")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    private Date jsrq;
+
+    @ApiModelProperty(value = "缁撶畻浜轰唬鐮�")
+    private String jsrdm;
+
+    @ApiModelProperty(value = "缁撶畻浜哄鍚�")
+    private String jsrxm;
+
+    /**
+     * 鏀惰垂id
+     */
+    private String hisWaterId;
+
+    /**
+     * 閫�璐筰d
+     */
+    private String hisTfWaterId;
 
 
     @Override
@@ -179,6 +220,7 @@
                 .append("updateBy", getUpdateBy())
                 .append("updateTime", getUpdateTime())
                 .append("deleted", getDeleted())
+                .append("hisWaterId", getHisWaterId())
                 .toString();
     }
 }

--
Gitblit v1.8.0