| 程序包 | 说明 |
|---|---|
| work.wangjw.bean | |
| work.wangjw.exception |
| 限定符和类型 | 方法和说明 |
|---|---|
static R<Void> |
R.fail(Integer status) |
static R<Void> |
R.fail(Integer status,
String message) |
static <T> R<T> |
R.fail(Integer status,
T data) |
static <T> R<T> |
R.fail(Integer status,
T data,
String message) |
static R<Void> |
R.ok() |
static R<Void> |
R.ok(String message) |
static <T> R<T> |
R.ok(T data) |
static <T> R<T> |
R.ok(T data,
String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
R<Void> |
WjwExceptionHandler.wjwException(WjwException e) |
Copyright © 2022. All rights reserved.