新增获取路由方法
This commit is contained in:
parent
0a6f469b09
commit
22d3562890
@ -20,6 +20,13 @@ import java.util.Map;
|
|||||||
**/
|
**/
|
||||||
public interface IUserExpandBaseService<UserExpandDTO extends UserDTO> {
|
public interface IUserExpandBaseService<UserExpandDTO extends UserDTO> {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取列表路径
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
String getListRoute();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 用户详情
|
* 用户详情
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user