update 工作流消息推送增加前端路由跳转

This commit is contained in:
疯狂的狮子Li
2026-03-27 15:20:39 +08:00
parent 60b6862c9e
commit 5f53681b95
7 changed files with 152 additions and 10 deletions

View File

@@ -53,6 +53,14 @@ public interface UserService {
*/
String selectEmailById(Long userId);
/**
* 通过用户ID查询用户
*
* @param userId 用户id
* @return 用户列表
*/
UserDTO selectById(Long userId);
/**
* 通过用户ID查询用户列表
*