using GxPress.Common.Page; namespace GxPress.Request.App.ElasticSearch { /// /// 搜索条件 /// public class ElasticSearchRequest : PageParameter { /// /// 值 /// public string Key { get; set; } /// /// 1 通知 2话题 3 收藏 4笔记 5 普通站内信 6匿名站内信 7小组 10聊天 100 通讯录 /// public int SearchType { get; set; } /// /// 用户ID /// /// public int UserId { get; set; } } }