eight
2024-11-29 9eaf46b890ca7afdfc54cf6561c959ac417794bc
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java
@@ -17,6 +17,9 @@
@ToString(callSuper = true)
public class AppointmentPageReqVO extends PageParam {
    @Schema(description = "就诊流水号", example = "2024546")
    private String episodeId;
    @Schema(description = "患者编号", example = "29034")
    private String patId;
@@ -70,9 +73,12 @@
    private LocalDateTime[] bookTime;
    @Schema(description = "预约检查类型", example = "2")
    private Byte bookCheckType;
    private Integer bookCheckType;
    @Schema(description = "预约来源:X系统、护士手动预约")
    private String bookSrc;
    @Schema(description = "已付款")
    private Integer paid;
}