From 3f28b46171934066aeeff9af80d3f0ce6afb3adf Mon Sep 17 00:00:00 2001 From: lige <bestlige@outlook.com> Date: 星期四, 30 十一月 2023 17:55:27 +0800 Subject: [PATCH] 优化 --- 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