From 0660a4978ac1e693681849c71f54b085e4ef5f29 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 14 四月 2025 16:17:47 +0800 Subject: [PATCH] just comment --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/room/RoomDO.java | 3 +++ 1 files changed, 3 insertions(+), 0 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 446d754..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 @@ -64,5 +64,8 @@ @TableField(typeHandler = JacksonTypeHandler.class) private Integer[] checkTypes; + /** + * @see cn.lihu.jh.module.ecg.enums.BedOpTypeEnum + */ private Integer opType; } -- Gitblit v1.9.3