username@email.com
2023-08-29 9b79040354b59f3182cd90f7157e682d65310712
DocumentServiceAPI.Utility/PageBaseSearch.cs
@@ -74,6 +74,14 @@
        /// 总页数
        /// </summary>
        public int TotalPage { get; set; }
        /// <summary>
        /// 当前页统计
        /// </summary>
        public decimal NowPageMoney { get; set; }
        /// <summary>
        /// 所有页统计
        /// </summary>
        public decimal AllPageMoney { get; set; }
    }
}