From 91b430242c65f742ac06313bff34b6d9ec97ce50 Mon Sep 17 00:00:00 2001
From: 赵文轩 <1652863494@qq.com>
Date: 星期二, 29 十月 2024 11:43:53 +0800
Subject: [PATCH] 错误收费金额修改
---
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjFlowingWater.java | 13 +++++++++++++
1 files changed, 13 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..1e9a5c2 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,10 +172,14 @@
*/
@Excel(name = "鏄惁缁撹处",dictType="sys_yes_no")
@ApiModelProperty(value = "鏄惁缁撹处")
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
private String isCheckout;
private String remarks;
+ @ApiModelProperty(value = "鍔犻」鏍囧織")
+ private String jxbz;
+
@Override
public String toString() {
--
Gitblit v1.8.0