eight
2024-09-13 811e30133a6dcc6853aafbbe2bbd6a1b88e8fc71
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;