| 程序包 | 说明 |
|---|---|
| com.litongjava.model.resp |
| 限定符和类型 | 方法和说明 |
|---|---|
Resp |
Resp.code(Integer code) |
Resp |
Resp.data(Object data) |
static Resp |
Resp.fail() |
static Resp |
Resp.fail(Object data) |
static Resp |
Resp.fail(String msg) |
static Resp |
Resp.fail(String msg,
Object data) |
Resp |
Resp.msg(String msg) |
static Resp |
Resp.ok() |
static Resp |
Resp.ok(Object data) |
static Resp |
Resp.ok(String msg,
Object data) |
Copyright © 2024. All rights reserved.