namespace HealthMonitor.Util.Models { /// /// 分页 /// /// public class PageData { /// /// /// public List Rows { get; set; } = new List(); /// /// /// public long Totals { get; set; } } }