修改系统角色状态
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
05a4de1464
commit
73b8cfe723
|
@ -223,6 +223,7 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
public UserTypeEnum UserTypeEnum { get; set; }
|
||||
|
||||
public bool IsUserRoleDisabled { get; set; }
|
||||
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue