namespace GxPress.Request.Reply { /// /// 回复查询 /// public class ReplyRequest { /// /// 搜索 /// /// public string KeyWord { get; set; } /// /// 用户ID /// /// public int UserId { get; set; } /// /// 0 回复我的 1 我回复的 /// /// public int TypeValue { get; set; } } }