MCPcopy Create free account
hub / github.com/YuLin-Coder/No830yiyongwulixue / UserService

Interface UserService

src/main/java/com/service/UserService.java:18–25  ·  view source on GitHub ↗

系统用户

Source from the content-addressed store, hash-verified

16 * 系统用户
17 */
18public interface UserService extends IService<UserEntity> {
19 PageUtils queryPage(Map<String, Object> params);
20
21 List<UserEntity> selectListView(Wrapper<UserEntity> wrapper);
22
23 PageUtils queryPage(Map<String, Object> params,Wrapper<UserEntity> wrapper);
24
25}

Callers 16

pageMethod · 0.65
listMethod · 0.65
pageMethod · 0.65
listMethod · 0.65
pageMethod · 0.65
pageMethod · 0.65
listMethod · 0.65
pageMethod · 0.65
queryPageMethod · 0.65
selectListViewMethod · 0.65
queryPageMethod · 0.65
queryPageMethod · 0.65

Implementers 2

UserServiceImplsrc/main/java/com/service/impl/UserSer
TokenServiceImplsrc/main/java/com/service/impl/TokenSe

Calls

no outgoing calls

Tested by

no test coverage detected