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