public class FullPageResultDTO extends net.quanter.shield.common.dto.ResultDTO<List>
| 构造器和说明 |
|---|
FullPageResultDTO() |
FullPageResultDTO(boolean success,
String message,
String code,
List data) |
FullPageResultDTO(List data) |
FullPageResultDTO(List data,
FullPageInfoDTO pageInfoDTO) |
FullPageResultDTO(net.quanter.shield.common.dto.ResultDTO result) |
| 限定符和类型 | 方法和说明 |
|---|---|
static FullPageResultDTO |
create(com.github.pagehelper.PageInfo pageInfo) |
static net.quanter.shield.common.dto.ResultDTO |
doSelectInfo(com.github.pagehelper.ISelect select) |
public FullPageResultDTO()
public FullPageResultDTO(List data)
public FullPageResultDTO(List data, FullPageInfoDTO pageInfoDTO)
public FullPageResultDTO(net.quanter.shield.common.dto.ResultDTO result)
public static net.quanter.shield.common.dto.ResultDTO doSelectInfo(com.github.pagehelper.ISelect select)
public static FullPageResultDTO create(com.github.pagehelper.PageInfo pageInfo)
Copyright © 2019. All rights reserved.