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