From d8c1b8408ca24f3e02427c7885da8c87c90f16a0 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 12 十一月 2024 19:43:48 +0800 Subject: [PATCH] update --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/devrent/DevRentDO.java | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 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 e6116dd..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,11 +31,6 @@ @TableId private Long id; /** - * 璁惧缂栧彿 - */ - @TableField(updateStrategy = FieldStrategy.ALWAYS) - private String devId; - /** * 鎮h�呯紪鍙� */ private String patId; @@ -44,6 +39,19 @@ */ private String patName; /** + * 鎮h�呰鎯� + */ + private String patDetails; + /** + * 妫�鏌ョ被鍨� + */ + private Integer checkType; + /** + * 璁惧缂栧彿 + */ + @TableField(updateStrategy = FieldStrategy.ALWAYS) + private String devId; + /** * 瑁呮満鏃堕棿 */ private LocalDateTime rentTime; -- Gitblit v1.9.3