package com.nbclass.szxgl.mapper2; import org.apache.ibatis.annotations.Mapper; import java.util.List; import java.util.Map; @Mapper public interface DataDictItemMapper { /** * 根据参数模糊匹配标签 * @param tagNames * @return */ List> getTagNames(String tagNames); }