Package | Description |
---|---|
org.tio.utils.resp |
Modifier and Type | Method and Description |
---|---|
RespVo |
RespVo.code(Integer code) |
RespVo |
RespVo.data(Object data) |
static RespVo |
RespVo.fail() |
static RespVo |
RespVo.fail(String msg) |
RespVo |
RespVo.msg(String msg) |
static RespVo |
RespVo.ok() |
static RespVo |
RespVo.ok(Object data) |
Copyright © 2021. All rights reserved.