邮件更改

This commit is contained in:
2022-03-30 17:25:02 +08:00
parent 8fdfe16dd2
commit 0ce6b765dc
3 changed files with 119 additions and 111 deletions
@@ -144,7 +144,9 @@ namespace IRaCIS.Application.Contracts
{
public Guid TrialId { get; set; } = Guid.Empty;
public string UserRealName { get; set; } = string.Empty;
public string UserType { get; set; } = string.Empty;
//public string UserType { get; set; } = string.Empty;
public Guid? UserTypeId { get; set; }
public string UserName { get; set; } = string.Empty;