From 12c97309b50530c8c7f9c6d48641c79d07a44b2b Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 30 十月 2024 17:18:49 +0800
Subject: [PATCH] update

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/jobrecord/JobRecordDO.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 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 4913927..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�呯紪鍙�
@@ -59,10 +60,17 @@
     /**
      * 浣滀笟姒傝
      */
-    private Integer summary;
+    private String summary;
     /**
      * 澶囨敞
      */
     private String remark;
 
+    /**
+     * 瀵瑰簲绉熻祦缂栧彿
+     */
+    private Long rentId;
+
+    @TableField(exist = false)
+    private Integer paid;
 }
\ No newline at end of file

--
Gitblit v1.9.3