参与人员导表
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
12fbc2643c
commit
3dc5507b6b
|
@ -95,6 +95,7 @@ namespace IRaCIS.Core.Application.Service.Common
|
||||||
RemoveTime = t.TrialUser.RemoveTime,
|
RemoveTime = t.TrialUser.RemoveTime,
|
||||||
|
|
||||||
//角色授权禁用时间
|
//角色授权禁用时间
|
||||||
|
RoleIsDeleted=t.IsDeleted,
|
||||||
CreateTime = t.CreateTime,
|
CreateTime = t.CreateTime,
|
||||||
DeletedTime = t.DeletedTime,
|
DeletedTime = t.DeletedTime,
|
||||||
}).OrderBy(t => t.UserRealName)
|
}).OrderBy(t => t.UserRealName)
|
||||||
|
|
|
@ -100,6 +100,10 @@ namespace IRaCIS.Application.Contracts
|
||||||
[DictionaryTranslateAttribute("IsUserExitTrial")]
|
[DictionaryTranslateAttribute("IsUserExitTrial")]
|
||||||
public bool IsDeleted { get; set; }
|
public bool IsDeleted { get; set; }
|
||||||
|
|
||||||
|
[DictionaryTranslateAttribute("IsSiteDisable")]
|
||||||
|
|
||||||
|
public bool RoleIsDeleted { get; set; }
|
||||||
|
|
||||||
public DateTime? DeletedTime { get; set; }
|
public DateTime? DeletedTime { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue