| Package | Description |
|---|---|
| com.mbap.util.view |
| Modifier and Type | Method and Description |
|---|---|
static R |
R.ERROR() |
static R |
R.ERROR(int code,
java.lang.String msg)
自定义返回异常
|
static R |
R.ERROR(RCode rcode)
自定义返回异常
|
static R |
R.FAIL() |
static R |
R.SUCCESS() |
static R |
R.SUCCESS(java.lang.Object data) |