|  |  | 
 |  |  |     @NotEmpty(message = "诊疗床编号不能为空") | 
 |  |  |     private String bedNo; | 
 |  |  |  | 
 |  |  |     @Schema(description = "开诊状态", requiredMode = Schema.RequiredMode.REQUIRED) | 
 |  |  |     @NotNull | 
 |  |  |     private Boolean onstage; | 
 |  |  |     @Schema(description = "诊室IP") | 
 |  |  |     private String ip; | 
 |  |  |  | 
 |  |  |     @Schema(description = "开诊状态", requiredMode = Schema.RequiredMode.REQUIRED) | 
 |  |  |     private Integer status; | 
 |  |  |  | 
 |  |  |     @Schema(description = "医生名", requiredMode = Schema.RequiredMode.REQUIRED) | 
 |  |  |     private String doctorName; | 
 |  |  |  | 
 |  |  |     @Schema(description = "检查类型") | 
 |  |  |     private Integer[] checkTypes; | 
 |  |  |  | 
 |  |  |     @Schema(description = "操作类型") | 
 |  |  |     private Integer opType; | 
 |  |  | } |