Package net.wenzuo.atom.api.param
Class PageVO<T>
java.lang.Object
net.wenzuo.atom.api.param.PageVO<T>
- Since:
- 2022-09-08
- Author:
- Catch
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PageVO
public PageVO()
-
-
Method Details
-
of
-
of
public static <T> PageVO<T> of(@NonNull com.baomidou.mybatisplus.extension.plugins.pagination.Page<T> page) -
of
-