sinake
15 小时以前 17a56af83a95913c74637be5fb182d3ada162b95
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queuesequence/QueueSequenceService.java
@@ -48,6 +48,12 @@
    QueueSequenceDO getQueueSequence(Integer id);
    /**
     * 获得指定检查类型的时间段情况
     *
     */
    List<QueueSequenceDO> selectGivenCheckTypeTimeslot(Integer checkType);
    /**
     * 获得当天序号分页
     *
     * @param pageReqVO 分页查询
@@ -59,4 +65,6 @@
    Integer distributeSeqNo(Integer checkType, Integer timeslot);
    Integer distributeVipSeqNo(Integer checkType, Integer timeslot);
    void initNumber();
}