DocumentServiceAPI.Utility/PageBaseSearch.cs
@@ -70,6 +70,18 @@ /// 记录集合 /// </summary> public List<T> Items { get; set; } = new(); /// <summary> /// 总页数 /// </summary> public int TotalPage { get; set; } /// <summary> /// 当前页统计 /// </summary> public decimal NowPageMoney { get; set; } /// <summary> /// 所有页统计 /// </summary> public decimal AllPageMoney { get; set; } } }