| 程序包 | 说明 |
|---|---|
| top.goodz.commons.core.domain | |
| top.goodz.commons.core.web.controller |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> R<T> |
R.fail() |
static <T> R<T> |
R.fail(int code,
String msg) |
static <T> R<T> |
R.fail(String msg) |
static <T> R<T> |
R.fail(String msg,
String stackTrace) |
static <T> R<T> |
R.ok() |
static <T> R<T> |
R.ok(T data) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
R.getData(R<T> r) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected R<Void> |
BaseController.toAjax(boolean result)
响应返回结果
|
protected R<Void> |
BaseController.toAjax(int rows)
响应返回结果
|
Copyright © 2022. All rights reserved.