mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-09 20:13:16 +08:00
update 工作流消息推送增加前端路由跳转
This commit is contained in:
@@ -53,6 +53,14 @@ public interface UserService {
|
||||
*/
|
||||
String selectEmailById(Long userId);
|
||||
|
||||
/**
|
||||
* 通过用户ID查询用户
|
||||
*
|
||||
* @param userId 用户id
|
||||
* @return 用户列表
|
||||
*/
|
||||
UserDTO selectById(Long userId);
|
||||
|
||||
/**
|
||||
* 通过用户ID查询用户列表
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user