eight
2024-10-31 46ef502ded6eddfb5824f15ea1728273a68fd39c
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueuePageReqVO.java
@@ -25,6 +25,9 @@
    @Schema(description = "患者性别")
    private Boolean patGender;
    @Schema(description = "患者详情")
    private String patDetails;
    @Schema(description = "预约日期")
    private LocalDate bookDate;
@@ -32,12 +35,13 @@
    private Integer bookTimeslot;
    @Schema(description = "预约检查类型", example = "1")
    private Boolean bookCheckType;
    private Integer bookCheckType;
    @Schema(description = "排队序号")
    private Integer seqNum;
    @Schema(description = "10:排队中 15:已召回 20:候诊准备 30:就诊中 40:就诊完成 50:过号", example = "1")
    private Byte status;
    @Schema(description = "5:过号 10:排队中 15:已召回 20:候诊准备 30:就诊中 40:就诊完成 ", example = "1")
    private Integer status;
    @Schema(description = "过号标记")
    private Boolean passed;