package nlib.col.service.impl; import egovframework.rte.psl.dataaccess.mapper.Mapper; import nlib.col.service.CollectionVO; @Mapper("collectionDAO") public interface CollectionDAO { public CollectionVO selectMngOrgInfo(String masterId) throws Exception; }