完善新操作日志的页面修改

This commit is contained in:
YunaiV
2021-01-17 20:55:14 +08:00
parent 2fccaa2b9a
commit 1768d27e11
35 changed files with 648 additions and 663 deletions

View File

@@ -31,4 +31,8 @@ public final class PageResult<T> implements Serializable {
this.total = total;
}
public static <T> PageResult<T> empty() {
return new PageResult<>(0L);
}
}