| | |
| | | |
| | | @Schema(description = "患者性别") |
| | | @ExcelProperty("患者性别") |
| | | private Boolean patGender; |
| | | private Byte patGender; |
| | | |
| | | @Schema(description = "预约时间段", requiredMode = Schema.RequiredMode.REQUIRED) |
| | | @ExcelProperty("预约时间段") |
| | |
| | | |
| | | @Schema(description = "诊室编号") |
| | | @ExcelProperty("诊室编号") |
| | | private String roomNum; |
| | | private Long roomId; |
| | | |
| | | @Schema(description = "诊室名称") |
| | | @ExcelProperty("诊室名称") |
| | | private String roomName; |
| | | |
| | | @Schema(description = "诊疗床编号") |
| | | @ExcelProperty("诊疗床编号") |
| | | private String bedNum; |
| | | private String bedNo; |
| | | |
| | | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) |
| | | @ExcelProperty("创建时间") |