package egovframework.com.idgen;

import java.util.List;

import egovframework.rte.fdl.cmmn.exception.FdlException;
import egovframework.rte.fdl.idgnr.EgovIdGnrService;

public interface CustomIdGnrService extends EgovIdGnrService {
    List<String> getNextStringId(int count) throws FdlException;
}
