调研表更新

This commit is contained in:
2022-03-30 11:45:01 +08:00
parent ab1250a987
commit d687977383
11 changed files with 382 additions and 78 deletions
@@ -26,9 +26,6 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid SystemUserId { get; set; }
[JsonIgnore]
public TrialExternalUserStateEnum InviteState { get; set; }
@@ -86,6 +83,13 @@ namespace IRaCIS.Core.Application.ViewModel
public string OrganizationName { get; set; } = String.Empty;
public bool IsSendEmail { get; set; }
public string RouteUrl { get; set; } = string.Empty;
}
public class TrialExternalUserConfirm
{
@@ -133,8 +137,6 @@ namespace IRaCIS.Core.Application.ViewModel
[NotDefault]
public Guid TrialId { get; set; }
public string BaseUrl { get; set; } = string.Empty;
public string RouteUrl { get; set; } = string.Empty;
public List<UserEmail> SendUsers { get; set; } = new List<UserEmail>();
@@ -161,7 +163,6 @@ namespace IRaCIS.Core.Application.ViewModel
public string Email { get; set; } = string.Empty;
public string Phone { get; set; } = string.Empty;
public string FirstName { get; set; } = string.Empty;
@@ -20,6 +20,8 @@ namespace IRaCIS.Application.Contracts
public string UserType { get; set; } = String.Empty;
public string UserRealName { get; set; } = String.Empty;
public string OrganizationName { get; set; } = String.Empty;
}