using System.Collections.Generic; namespace wispro.sp.share { public class QueryFilter { public int userId { get; set; } public IList ConditionTree { get; set; } public jxType jxType { get; set; } public IList Sorts { get; set; } public int PageSize { get; set; } public int PageIndex { get; set; } } }