package seed.common.service; import java.util.List; public interface InnorixFileService { public void innorixFileInsert(List innorixFileList) throws Exception; }