修改警告
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-06 10:33:11 +08:00
parent f469ce0227
commit fc8aaea395
8 changed files with 4 additions and 44 deletions
@@ -9,7 +9,6 @@ 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();