From adaaa23c789be3313a0e554fbf7beaa8ab261e68 Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期四, 16 五月 2024 18:07:01 +0800
Subject: [PATCH] zjh 2024/05/16-1

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java |   12 ++++++++++++
 1 files changed, 12 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 48ad88a..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,8 +172,11 @@
      */
     @Excel(name = "鏄惁缁撹处",dictType="sys_yes_no")
     @ApiModelProperty(value = "鏄惁缁撹处")
+    @TableField(updateStrategy = FieldStrategy.IGNORED)
     private String isCheckout;
 
+    private String remarks;
+
 
     @Override
     public String toString() {

--
Gitblit v1.8.0