更新0802

This commit is contained in:
xyc 2025-08-02 09:21:50 +08:00
parent 69188cd3e7
commit 50f564aeca

View File

@ -217,4 +217,6 @@ public interface RoleService {
* @return
*/
List<UserDTO> getUserListByCodesAndTenantId(List<String> codes, Long tenantId);
public List<RoleDO> selectRoleByUserId(Long userId);
}