| 程序包 | 说明 |
|---|---|
| io.afu.common.dto |
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseRespDto |
BaseRespDto.fail(BaseException e) |
static BaseRespDto |
BaseRespDto.fail(ConstantEnum constantEnum) |
static BaseRespDto |
BaseRespDto.fail(List<Object> objects) |
static BaseRespDto |
BaseRespDto.fail(Object o) |
static BaseRespDto |
BaseRespDto.fail(String msg) |
static BaseRespDto |
BaseRespDto.fail(String msg,
Integer code)
添加自定义fail方法
|
static BaseRespDto |
BaseRespDto.success() |
static <K> BaseRespDto |
BaseRespDto.success(K k)
通过泛型来进行参数的返回的解析
|
static BaseRespDto |
BaseRespDto.success(String data) |
Copyright © 2019 RffanLAB. All rights reserved.