eight
2024-11-14 9abd695cac8c79a41b6497e0e9c8414138210f90
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);
}