| 程序包 | 说明 |
|---|---|
| framework.vo |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ResultList<T> |
L.failed(String msg)
失败
|
static <T> ResultList<T> |
L.failed(String msg,
Collection<T> data)
失败
|
static <T> ResultList<T> |
L.ok()
成功
|
static <T> ResultList<T> |
L.ok(Collection<T> data)
成功
|
static <T> ResultList<T> |
L.ok(Collection<T> data,
Long total,
Integer pageIndex,
Integer pageSize)
成功
|
static <T> ResultList<T> |
L.ok(Collection<T> data,
String msg)
成功
|
static <T> ResultList<T> |
L.ok(com.github.pagehelper.PageInfo<T> info)
成功
|
static <T> ResultList<T> |
L.ok(String msg,
Collection<T> data,
Long total,
Integer pageIndex,
Integer pageSize)
成功
|
Copyright © 2025. All rights reserved.