using System; using System.Collections.Generic; using System.Text; namespace GxPress.Request.App.Topic { /// /// 删除话题 /// public class TopicDeRequest { /// /// 收件人ID /// public int TopicAddresseeId { get; set; } /// /// 通知ID /// public int TopicId { get; set; } } }