|  |  | 
 |  |  |     @ExcelProperty("诊疗床编号") | 
 |  |  |     private String bedNo; | 
 |  |  |  | 
 |  |  |     @Schema(description = "诊室IP") | 
 |  |  |     @ExcelProperty("诊室IP") | 
 |  |  |     private String ip; | 
 |  |  |  | 
 |  |  |     @Schema(description = "检查类型") | 
 |  |  |     @ExcelProperty("检查类型") | 
 |  |  |     private Integer[] checkTypes; | 
 |  |  |  | 
 |  |  |     @Schema(description = "操作类型") | 
 |  |  |     @ExcelProperty("操作类型") | 
 |  |  |     private Integer opType; | 
 |  |  |  | 
 |  |  |     @Schema(description = "开诊状态", requiredMode = Schema.RequiredMode.REQUIRED) | 
 |  |  |     @ExcelProperty("开诊状态") | 
 |  |  |     private Boolean onstage; | 
 |  |  |     private Integer status; | 
 |  |  |  | 
 |  |  |     @Schema(description = "医生名", requiredMode = Schema.RequiredMode.REQUIRED) | 
 |  |  |     @ExcelProperty("医生Id") | 
 |  |  |     private Long docId; | 
 |  |  |  | 
 |  |  |     @Schema(description = "医生名", requiredMode = Schema.RequiredMode.REQUIRED) | 
 |  |  |     @ExcelProperty("医生名") | 
 |  |  |     private String docName; | 
 |  |  |  | 
 |  |  |     @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | 
 |  |  |     @ExcelProperty("创建时间") |