username@email.com
2023-10-17 3f4013e9283d1fe29ef40cc8b4d7ee7a590a1590
DocumentServiceAPI.Utility/PageBaseSearch.cs
@@ -76,6 +76,14 @@
        /// 总页数
        /// </summary>
        public int TotalPage { get; set; }
        /// <summary>
        /// 当前页统计
        /// </summary>
        public decimal NowPageMoney { get; set; }
        /// <summary>
        /// 所有页统计
        /// </summary>
        public decimal AllPageMoney { get; set; }
    }
}