using GxPress.Common.Page; namespace GxPress.Request.Thesaurus { /// /// 词库搜索 /// public class ThesaurusSearchRequest:PageParameter { /// /// 词库类型 /// public int ThesaurusType { get; set; } /// /// 显示条数 /// public int TopCount { get; set; } } }