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