外部用户修改

This commit is contained in:
2022-05-18 14:04:36 +08:00
parent 3009fb422f
commit 9d02656f59
6 changed files with 393 additions and 46 deletions
@@ -26,6 +26,8 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid SystemUserId { get; set; }
[JsonIgnore]
public TrialExternalUserStateEnum InviteState { get; set; }
@@ -84,10 +86,9 @@ namespace IRaCIS.Core.Application.ViewModel
public bool IsSendEmail { get; set; }
//public bool IsSendEmail { get; set; }
public string RouteUrl { get; set; } = string.Empty;
//public string RouteUrl { get; set; } = string.Empty;
}