From 33de5e90c14e44e1639c961a48e338c1da3d5624 Mon Sep 17 00:00:00 2001
From: zjh <zjh@888>
Date: 星期三, 26 六月 2024 16:51:56 +0800
Subject: [PATCH] zjh 本地 2024/06/26 --2

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java |   10 ++++++++++
 1 files changed, 10 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..50ab392 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,6 +172,7 @@
      */
     @Excel(name = "鏄惁缁撹处",dictType="sys_yes_no")
     @ApiModelProperty(value = "鏄惁缁撹处")
+    @TableField(updateStrategy = FieldStrategy.IGNORED)
     private String isCheckout;
 
     private String remarks;

--
Gitblit v1.8.0