namespace CMS.Plugin.PipeLineLems.Jobs { /// /// PipeLineLems 作业参数 /// public class PipeLineLemsArgs { /// /// Gets or sets the subject. /// public string Subject { get; set; } /// /// Gets or sets the body. /// public string Body { get; set; } } }