using System; using System.Collections.Generic; using System.Text; namespace ProductionLineMonitor.Core.Models { public class EmailInfo : Base { /// /// 收件人列表 /// public string Recipient { get; set; } } }