eight
2024-11-13 a5a95203b21daf91d1c0fe81ad28a0a23ad68cc3
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();
    /**
     * 创建当天序号
     *
@@ -54,4 +56,7 @@
    PageResult<QueueSequenceDO> getQueueSequencePage(QueueSequencePageReqVO pageReqVO);
    void  resetQueueSequence();
    Integer distributeSeqNo(Integer checkType, Integer timeslot);
    Integer distributeVipSeqNo(Integer checkType, Integer timeslot);
}