username@email.com
2023-08-16 90ee06e6b30d76aa8a60a4d9124ba33348cde5b3
DocumentServiceAPI.Utility/PageBaseSearch.cs
@@ -57,6 +57,10 @@
        /// 记录集合
        /// </summary>
        public List<T> Items { get; set; } = new();
        /// <summary>
        /// 总页数
        /// </summary>
        public int TotalPage { get; set; }
    }
}