新增获取路由方法

This commit is contained in:
WenG 2021-03-24 08:04:34 +08:00
parent 0a6f469b09
commit 22d3562890

View File

@ -20,6 +20,13 @@ import java.util.Map;
**/ **/
public interface IUserExpandBaseService<UserExpandDTO extends UserDTO> { public interface IUserExpandBaseService<UserExpandDTO extends UserDTO> {
/**
* 获取列表路径
*
* @return
*/
String getListRoute();
/** /**
* 用户详情 * 用户详情
* *