修改外部用户提交
This commit is contained in:
@@ -75,7 +75,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
}
|
||||
|
||||
///<summary> TrialExternalUserAddOrEdit 列表查询参数模型</summary>
|
||||
public class TrialExternalUserAddOrEdit : VerifyUserAdd
|
||||
public class TrialExternalUserAddOrEdit
|
||||
{
|
||||
public Guid? Id { get; set; }
|
||||
|
||||
@@ -85,6 +85,17 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public string OrganizationName { get; set; } = String.Empty;
|
||||
|
||||
|
||||
[NotDefault]
|
||||
public Guid UserTypeId { get; set; }
|
||||
|
||||
public string Email { get; set; } = string.Empty;
|
||||
|
||||
public string Phone { get; set; } = string.Empty;
|
||||
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
public string LastName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
//public bool IsSendEmail { get; set; }
|
||||
|
||||
@@ -92,6 +103,18 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
public class TrialExternalUserAddAndSendEmail: TrialExternalUserAddOrEdit
|
||||
{
|
||||
public bool IsSendEmail { get; set; }
|
||||
|
||||
public string BaseUrl { get; set; } = string.Empty;
|
||||
|
||||
public string RouteUrl { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
public class TrialExternalUserConfirm
|
||||
{
|
||||
public string BaseUrl { get; set; } = string.Empty;
|
||||
@@ -159,18 +182,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
}
|
||||
|
||||
|
||||
public class VerifyUserAdd
|
||||
{
|
||||
[NotDefault]
|
||||
public Guid UserTypeId { get; set; }
|
||||
|
||||
public string Email { get; set; } = string.Empty;
|
||||
|
||||
public string Phone { get; set; } = string.Empty;
|
||||
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
public string LastName { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user