From 97834ce60827831a864ebe37e585f8a921352669 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 13 十一月 2025 19:11:06 +0800
Subject: [PATCH] 文件名修改
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/room/RoomDO.java | 32 ++++++++++++++++++++++++++++++--
1 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/room/RoomDO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/room/RoomDO.java
index c67bc71..0ae5e35 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/room/RoomDO.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/room/RoomDO.java
@@ -1,5 +1,7 @@
package cn.lihu.jh.module.ecg.dal.dataobject.room;
+import cn.lihu.jh.module.ecg.enums.BedStatusEnum;
+import com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler;
import lombok.*;
import java.util.*;
import java.time.LocalDateTime;
@@ -12,7 +14,7 @@
*
* @author 鑺嬮亾婧愮爜
*/
-@TableName("clinic_room")
+@TableName(value="clinic_room", autoResultMap = true)
@KeySequence("clinic_room_seq") // 鐢ㄤ簬 Oracle銆丳ostgreSQL銆並ingbase銆丏B2銆丠2 鏁版嵁搴撶殑涓婚敭鑷銆傚鏋滄槸 MySQL 绛夋暟鎹簱锛屽彲涓嶅啓銆�
@Data
@EqualsAndHashCode(callSuper = true)
@@ -40,4 +42,30 @@
*/
private String bedNo;
-}
\ No newline at end of file
+ /**
+ * 璇婂IP
+ */
+ private String ip;
+
+ /**
+ * 璇婄枟搴婄姸鎬�
+ * @see BedStatusEnum
+ */
+ private Integer status;
+ /**
+ * 鍖荤敓ID
+ */
+ private Long docId;
+ /**
+ * 鍖荤敓鍚�
+ */
+ private String docName;
+
+ @TableField(typeHandler = JacksonTypeHandler.class)
+ private Integer[] checkTypes;
+
+ /**
+ * @see cn.lihu.jh.module.ecg.enums.BedOpTypeEnum
+ */
+ private Integer opType;
+}
--
Gitblit v1.9.3