From b848c233a51666187bf3e4bcf25ee08ba107313a Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期一, 04 十一月 2024 14:05:45 +0800
Subject: [PATCH] 医院平台对接时,根据长度判断,传哪个参数
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/jobrecord/JobRecordDO.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/jobrecord/JobRecordDO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/jobrecord/JobRecordDO.java
index 2e54e7c..5d7f73c 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/jobrecord/JobRecordDO.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/jobrecord/JobRecordDO.java
@@ -43,6 +43,7 @@
/**
* 璁惧缂栧彿
*/
+ @TableField(updateStrategy = FieldStrategy.ALWAYS)
private String devId;
/**
* 鎮h�呯紪鍙�
@@ -64,9 +65,12 @@
* 澶囨敞
*/
private String remark;
+
/**
* 瀵瑰簲绉熻祦缂栧彿
*/
private Long rentId;
+ @TableField(exist = false)
+ private Integer paid;
}
\ No newline at end of file
--
Gitblit v1.9.3