平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 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. }