package com.qianwen.core.sequence.range; import com.qianwen.core.sequence.exception.SeqException; public interface SeqRangeMgr { SeqRange nextRange(String name) throws SeqException; void init(); }