| Constructor and Description |
|---|
ResponsePage() |
ResponsePage(int code,
String message,
List<T> data,
Long total) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getTotal() |
static <T> ResponsePage<T> |
ok(List<T> data,
Long total)
成功
|
static <T> ResponsePage<T> |
ok(com.github.pagehelper.PageInfo<T> pageInfo) |
static <T> ResponsePage<T> |
ok(com.geoway.adf.gis.basic.PageList<T> pageList) |
void |
setTotal(Long total) |
protected Long total
public static <T> ResponsePage<T> ok(List<T> data, Long total)
public static <T> ResponsePage<T> ok(com.geoway.adf.gis.basic.PageList<T> pageList)
public static <T> ResponsePage<T> ok(com.github.pagehelper.PageInfo<T> pageInfo)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2025. All rights reserved.