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/TjSurveyRecord.java | 76 +-------------------------------------
1 files changed, 2 insertions(+), 74 deletions(-)
diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSurveyRecord.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSurveyRecord.java
index aee77f4..c6c145e 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSurveyRecord.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSurveyRecord.java
@@ -110,86 +110,14 @@
@Excel(name = "鏍囧織")
private String fromBy;
+ private Long fmId;
+
/**
* 闂嵎璁板綍璇︽儏淇℃伅
*/
@ApiModelProperty(value = "闂嵎璁板綍璇︽儏淇℃伅")
@TableField(exist = false)
private List<TjSurveyRecordDetail> tjSurveyRecordDetailList;
-
- public void setRid(Long rid) {
- this.rid = rid;
- }
-
- public Long getRid() {
- return rid;
- }
-
- public void setTjnumber(Long tjnumber) {
- this.tjnumber = tjnumber;
- }
-
- public Long getTjnumber() {
- return tjnumber;
- }
-
- public void setPhone(String phone) {
- this.phone = phone;
- }
-
- public String getPhone() {
- return phone;
- }
-
- public void setUserName(String userName) {
- this.userName = userName;
- }
-
- public String getUserName() {
- return userName;
- }
-
- public void setMid(Long mid) {
- this.mid = mid;
- }
-
- public Long getMid() {
- return mid;
- }
-
- public void setMname(String mname) {
- this.mname = mname;
- }
-
- public String getMname() {
- return mname;
- }
-
- public void setQid(Long qid) {
- this.qid = qid;
- }
-
- public Long getQid() {
- return qid;
- }
-
- public void setQname(String qname) {
- this.qname = qname;
- }
-
- public String getQname() {
- return qname;
- }
-
-
-
- public List<TjSurveyRecordDetail> getTjSurveyRecordDetailList() {
- return tjSurveyRecordDetailList;
- }
-
- public void setTjSurveyRecordDetailList(List<TjSurveyRecordDetail> tjSurveyRecordDetailList) {
- this.tjSurveyRecordDetailList = tjSurveyRecordDetailList;
- }
@Override
public String toString() {
--
Gitblit v1.8.0