修复bug

This commit is contained in:
18942506660
2024-03-29 15:59:27 +08:00
parent 5b3cf9c869
commit 665e9b7efa

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>