package kr.co.i4way.common.service; import java.util.Map; public interface CommonService { Map selectFileInfo(Map map) throws Exception; }