字典 Dao 接口 @author
| 15 | * @author |
| 16 | */ |
| 17 | public interface DictionaryDao extends BaseMapper<DictionaryEntity> { |
| 18 | |
| 19 | List<DictionaryView> selectListView(Pagination page,@Param("params")Map<String,Object> params); |
| 20 | |
| 21 | } |
nothing calls this directly
no outgoing calls
no test coverage detected