eight
2024-11-07 a156ddbb26693b8040f9dbbd7582a12c1fc8d61b
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/queue/QueueDO.java
@@ -39,6 +39,10 @@
     */
    private Byte patGender;
    /**
     * 患者详情
     */
    private String patDetails;
    /**
     * 预约日期
     */
    private LocalDate bookDate;
@@ -49,7 +53,15 @@
    /**
     * 预约检查类型
     */
    private Byte bookCheckType;
    private Integer bookCheckType;
    /**
     * 预约序号
     */
    private Integer bookSeqNum;
    /**
     * 是否VIP
     */
    private Integer isVip;
    /**
     * 排队序号
     */
@@ -57,7 +69,7 @@
    /**
     * 5:过号 10:排队中 15:已召回 20:候诊准备 30:就诊中 40:就诊完成
     */
    private Byte status;
    private Integer status;
    /**
     * 过号标记
     */