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