eight
2024-11-12 ce6ce8f0fc90718184bf54a149d6cf70a63efb17
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueuePageReqVO.java
@@ -26,7 +26,7 @@
    private Boolean patGender;
    @Schema(description = "患者详情")
    private Boolean patDetails;
    private String patDetails;
    @Schema(description = "预约日期")
    private LocalDate bookDate;
@@ -37,9 +37,15 @@
    @Schema(description = "预约检查类型", example = "1")
    private Integer bookCheckType;
    @Schema(description = "预约序号")
    private Integer bookSeqNum;
    @Schema(description = "排队序号")
    private Integer seqNum;
    @Schema(description = "VIP")
    private Integer isVip;
    @Schema(description = "5:过号 10:排队中 15:已召回 20:候诊准备 30:就诊中 40:就诊完成 ", example = "1")
    private Integer status;