using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DS.WMS.Core.TaskPlat.Dtos { /// /// 邮件 /// public class TaskManageOrderMailInfo { /// /// 邮件路径 /// public string MailPath { get; set; } } }