修改园区管理bug

This commit is contained in:
2025-07-29 17:27:56 +08:00
parent d42e2c627f
commit 9602ef96f7
11 changed files with 133 additions and 47 deletions

View File

@@ -25,6 +25,13 @@ public interface RemoteUserService {
* @return 结果
*/
LoginUser getUserInfo(String username, String tenantId) throws UserException;
/**
* 通过用户id查询用户信息
*
* @param userId 用户id
* @return 结果
*/
RemoteUserVo getUserInfoById(Long userId) throws UserException;
/**
* 通过用户id查询用户信息