| 程序包 | 说明 |
|---|---|
| xyz.hellothomas.jedi.core.dto |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ApiResponse<T> |
ApiResponse.fail(ICodeEnum errorCodeEnum) |
static ApiResponse |
ApiResponse.fail(String msg) |
static <T> ApiResponse<T> |
ApiResponse.fail(T data,
String code) |
static <T> ApiResponse<T> |
ApiResponse.success(T data) |
Copyright © 2021 hellothomas. All rights reserved.