用户发送邮件

This commit is contained in:
2022-05-24 13:49:08 +08:00
parent 2d66e63bf4
commit c5810f7b0d
6 changed files with 202 additions and 11 deletions
@@ -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; }
}