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