eight
2024-08-07 74bdfccc43ecc6cdb55898f48efb43aea8e9b324
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java
@@ -57,11 +57,11 @@
    @Schema(description = "预约编号", example = "27849")
    private String bookId;
    @Schema(description = "预约检查时间段")
    private LocalDateTime bookPeriodStart;
    @Schema(description = "预约日期")
    private LocalDateTime bookDate;
    @Schema(description = "预约检查时间段")
    private LocalDateTime bookPeriodEnd;
    @Schema(description = "预约时间段")
    private Integer bookTimeslot;
    @Schema(description = "预约发生时间")
    @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)