feat:(REQ-2488) 角色用户列表接口支持返回roleCode

This commit is contained in:
lilong 2024-08-23 13:58:46 +08:00
parent f1e6a59d2a
commit 40d076efb1

View File

@ -72,6 +72,8 @@ public class SaasRoleUserV2DTO {
*/
private String roleType;
private String roleCode;
private Long workspaceId;
private Long ownerOuId;