颐和api
using System; using System.Collections.Generic; using System.Text; namespace System.Common { public class PageData<T> { public List<T> Rows { get; set; } public long Totals { get; set; } } }