用户发送邮件
This commit is contained in:
@@ -154,13 +154,14 @@ namespace IRaCIS.Application.Contracts
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string UserCode { get; set; } = string.Empty;
|
||||
|
||||
public int VerificationCode { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class UserCommand : UserInfo
|
||||
{
|
||||
{
|
||||
|
||||
public string RoutUrl { get; set; } = string.Empty;
|
||||
|
||||
//public string FirstName { get; set; }
|
||||
//public string LastName { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user