Pre Merge pull request !530 from 有颜色的猫/N/A

pull/530/MERGE
有颜色的猫 2025-02-27 02:57:27 +00:00 committed by Gitee
commit 5d33c77911
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class TableDataInfo implements Serializable
* @param list
* @param total
*/
public TableDataInfo(List<?> list, int total)
public TableDataInfo(List<?> list, long total)
{
this.rows = list;
this.total = total;