角色列表查询增加展示具体的枚举值
parent
8b416b113c
commit
878e9541da
|
@ -9,6 +9,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
/// <summary> UserTypeRoleView 列表视图模型 </summary>
|
||||
public class UserTypeRoleView : UserTypeMenuAddOrEdit
|
||||
{
|
||||
public UserTypeEnum UserTypeEnum { get; set; }
|
||||
public List<UserTypeGroupInfo> UserTypeGroupList { get; set; } = new List<UserTypeGroupInfo>();
|
||||
|
||||
public new List<Guid> UserTypeGroupIdList => UserTypeGroupList.Select(t=>t.DictionaryId).ToList();
|
||||
|
|
Loading…
Reference in New Issue