From 343d897f00966d40f7eaa1cdfd257f63abd2996a Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 12 十一月 2024 11:33:27 +0800
Subject: [PATCH] dev_rent 表 job_record表 新增检查类型字段

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/devrent/DevRentDO.java |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/devrent/DevRentDO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/devrent/DevRentDO.java
index 45aa1c1..53fdf09 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/devrent/DevRentDO.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/devrent/DevRentDO.java
@@ -31,22 +31,26 @@
     @TableId
     private Long id;
     /**
-     * 璁惧缂栧彿
-     */
-    @TableField(updateStrategy = FieldStrategy.ALWAYS)
-    private String devId;
-    /**
      * 鎮h�呯紪鍙�
      */
     private String patId;
+    /**
+     * 鎮h�呭悕绉�
+     */
+    private String patName;
     /**
      * 鎮h�呰鎯�
      */
     private String patDetails;
     /**
-     * 鎮h�呭悕绉�
+     * 妫�鏌ョ被鍨�
      */
-    private String patName;
+    private Integer checkType;
+    /**
+     * 璁惧缂栧彿
+     */
+    @TableField(updateStrategy = FieldStrategy.ALWAYS)
+    private String devId;
     /**
      * 瑁呮満鏃堕棿
      */

--
Gitblit v1.9.3