jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueuePageReqVO.java
@@ -19,6 +19,9 @@ @ToString(callSuper = true) public class QueuePageReqVO extends PageParam { @Schema(description = "预约申请号", example = "2024435") private String applyNo; @Schema(description = "就诊流水号", example = "2024435") private String episodeId; @@ -53,7 +56,7 @@ private Integer isVip; @Schema(description = "5:过号 10:排队中 15:已召回 20:候诊准备 30:就诊中 40:就诊完成 ", example = "1") private Integer status; private Integer[] status; @Schema(description = "过号标记") private Boolean passed;