| Package | Description |
|---|---|
| com.litongjava.model.resp |
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All rights reserved.