修改系统角色状态
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2025-01-03 16:34:43 +08:00
parent 05a4de1464
commit 73b8cfe723
2 changed files with 2 additions and 0 deletions

View File

@ -223,6 +223,7 @@ namespace IRaCIS.Application.Contracts
public UserTypeEnum UserTypeEnum { get; set; }
public bool IsUserRoleDisabled { get; set; }
public bool IsDeleted { get; set; }

View File

@ -62,6 +62,7 @@ namespace IRaCIS.Core.Application.Service
{
Id = ur.Id,
UserTypeShortName = ur.UserRole.UserTypeRole.UserTypeShortName,
ur.UserRole.IsUserRoleDisabled,
IsDeleted = ur.IsDeleted,
CreateTime = ur.CreateTime,
UserTypeEnum = ur.UserRole.UserTypeEnum,