This commit is contained in:
tongfei
2024-03-29 18:16:22 +08:00
4 changed files with 19 additions and 18 deletions

View File

@@ -33,12 +33,12 @@ namespace WMS.Web.Domain.Entitys
/// 电话
/// </summary>
[Column("Telephones")]
public List<string> Telephones { get; set; }
public List<string> Telephones { get; set; } = new List<string>();
/// <summary>
/// 邮件
/// </summary>
[Column("Emails")]
public List<string> Emails { get; set; }
public List<string> Emails { get; set; } = new List<string>();
/// <summary>
/// 是否删除
/// </summary>