eight
2024-11-18 b39f9e15518fda74d33c9e3fbfb3818db5027093
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queuesequence/QueueSequenceService.java
@@ -15,6 +15,8 @@
 */
public interface QueueSequenceService {
    void initQueueSequenceTable();
    /**
     * 创建当天序号
     *
@@ -53,4 +55,8 @@
     */
    PageResult<QueueSequenceDO> getQueueSequencePage(QueueSequencePageReqVO pageReqVO);
    void  resetQueueSequence();
    Integer distributeSeqNo(Integer checkType, Integer timeslot);
    Integer distributeVipSeqNo(Integer checkType, Integer timeslot);
}