public class PageInfoBT<T> extends Object
Constructor and Description |
---|
PageInfoBT(com.baomidou.mybatisplus.plugins.Page<T> page) |
Modifier and Type | Method and Description |
---|---|
List<T> |
getRows() |
long |
getTotal() |
void |
setRows(List<T> rows) |
void |
setTotal(long total) |
Copyright © 2018. All rights reserved.