平安校园
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

LinqPagedList.cs 198 B

4 个月前
12345678910111213141516171819
  1. 
  2. //
  3. namespace SafeCampus.SqlSugar;
  4. /// <summary>
  5. /// Linq分页泛型集合
  6. /// </summary>
  7. /// <typeparam name="T"></typeparam>
  8. public class LinqPagedList<T> : SqlSugarPagedList<T>
  9. {
  10. }