From d866e43afbe901bfc640776e02f767b9045acbc2 Mon Sep 17 00:00:00 2001 From: 赵文轩 <1652863494@qq.com> Date: 星期三, 12 六月 2024 09:04:56 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peis --- 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