This commit is contained in:
tongfei
2024-04-12 14:54:41 +08:00
parent 29d7d27371
commit 1e15becf3a

View File

@@ -47,7 +47,7 @@ namespace WMS.Web.Core.Dto
public MailAddress(string name,string email)
{
this.Name = name;
this.Email = Email;
this.Email = email;
}
/// <summary>