eight
2024-08-15 c475f2545f477846e984c051f10a4b7ea6b64d02
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/queuePageReqVO.java
@@ -33,7 +33,7 @@
    private Integer seqNum;
    @Schema(description = "10:排队中 20:候诊准备 30:就诊中 40:就诊完成 50:过号 60:过期", example = "1")
    private Boolean status;
    private Byte status;
    @Schema(description = "过号标记")
    private Boolean passed;
@@ -42,10 +42,13 @@
    private Boolean expired;
    @Schema(description = "诊室编号")
    private String roomNum;
    private Long roomId;
    @Schema(description = "诊室名称")
    private String roomName;
    @Schema(description = "诊疗床编号")
    private String bedNum;
    private String bedNo;
    @Schema(description = "创建时间")
    @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)