设置5万

This commit is contained in:
2025-06-05 17:17:39 +08:00
parent 9406df1fe5
commit 79d475a261

View File

@@ -26,7 +26,7 @@ namespace WMS.Web.Domain.Options
/// </summary> /// </summary>
public string Url { get; set; } public string Url { get; set; }
//导出数据一页条数 //导出数据一页条数
// public int PageSize { get; set; } = 50000; public int PageSize { get; set; } = 50000;
public int PageSize { get; set; } = 10000; // public int PageSize { get; set; } = 10000;
} }
} }