MCPcopy Create free account
hub / github.com/LisenCoding/cangku / DictionaryDao

Interface DictionaryDao

boot/src/main/java/com/dao/DictionaryDao.java:17–21  ·  view source on GitHub ↗

字典 Dao 接口 @author

Source from the content-addressed store, hash-verified

15 * @author
16 */
17public interface DictionaryDao extends BaseMapper<DictionaryEntity> {
18
19 List<DictionaryView> selectListView(Pagination page,@Param("params")Map<String,Object> params);
20
21}

Callers

nothing calls this directly

Implementers 2

UsersServiceImplboot/src/main/java/com/service/impl/Us
TokenServiceImplboot/src/main/java/com/service/impl/To

Calls

no outgoing calls

Tested by

no test coverage detected