|  |  |  | 
|---|
|  |  |  | public ISqlSugarClient Db => BaseDal.Db; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private PropertyInfo[] _propertyInfo { get; set; } = null; | 
|---|
|  |  |  | private PropertyInfo[] TProperties | 
|---|
|  |  |  | public PropertyInfo[] TProperties | 
|---|
|  |  |  | { | 
|---|
|  |  |  | get | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | /// <param name="pageData"></param> | 
|---|
|  |  |  | /// <param name="propertyInfo"></param> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | private Dictionary<string, OrderByType> GetPageDataSort(PageDataOptions pageData, PropertyInfo[] propertyInfo) | 
|---|
|  |  |  | public Dictionary<string, OrderByType> GetPageDataSort(PageDataOptions pageData, PropertyInfo[] propertyInfo) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | if (!string.IsNullOrEmpty(pageData.Sort)) | 
|---|
|  |  |  | { | 
|---|