package com.giantan.data.qa.service; import java.util.Map; public interface IQaCollectionService { Map<String,Object> getAttibutes(String collId); Map<String,Object> getAttributesByName(String name); }