namespace GxPress.Request.NoticeCc { /// /// 获取抄送人 /// public class NoticeCcSearchRequest { /// /// 通知ID /// public int ArticleId { get; set; } } }