mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-10-15 06:30:26 +00:00
update 修复分页数据缺少code
This commit is contained in:
@@ -51,6 +51,8 @@ public class TableDataInfo<T> implements Serializable {
|
|||||||
public TableDataInfo(List<T> list, long total) {
|
public TableDataInfo(List<T> list, long total) {
|
||||||
this.rows = list;
|
this.rows = list;
|
||||||
this.total = total;
|
this.total = total;
|
||||||
|
this.code = HttpStatus.HTTP_OK;
|
||||||
|
this.msg = "查询成功";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user