eight
2024-09-24 91c60b946e0d2e8abc2c350598aa6d47ed28e83c
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/room/vo/RoomSaveReqVO.java
@@ -28,6 +28,9 @@
    @NotEmpty(message = "诊疗床编号不能为空")
    private String bedNo;
    @Schema(description = "诊室IP")
    private String ip;
    @Schema(description = "开诊状态", requiredMode = Schema.RequiredMode.REQUIRED)
    private Integer status;