mirror of https://gitee.com/y_project/RuoYi.git
Pre Merge pull request !530 from 有颜色的猫/N/A
commit
5d33c77911
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue