From 2b2763c83e352f8ffd2ac0b5c46b60c49ee78439 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期二, 13 五月 2025 14:26:33 +0800 Subject: [PATCH] 2025-05-13 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java | 26 ++++++++++++++++++++++++++ 1 files changed, 26 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..dc93f04 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,7 +172,23 @@ */ @Excel(name = "鏄惁缁撹处",dictType="sys_yes_no") @ApiModelProperty(value = "鏄惁缁撹处") + @TableField(updateStrategy = FieldStrategy.IGNORED) private String isCheckout; + + private String remarks; + + @ApiModelProperty(value = "鍔犻」鏍囧織") + private String jxbz; + + /** + * 鏀惰垂id + */ + private String hisWaterId; + + /** + * 閫�璐筰d + */ + private String hisTfWaterId; @Override @@ -177,6 +202,7 @@ .append("updateBy", getUpdateBy()) .append("updateTime", getUpdateTime()) .append("deleted", getDeleted()) + .append("hisWaterId", getHisWaterId()) .toString(); } } -- Gitblit v1.8.0