类的使用
plus.hiver.common.api.Result
使用Result的程序包
-
plus.hiver.common.base中Result的使用
返回Result的plus.hiver.common.base中的方法 -
plus.hiver.common.utils中Result的使用
修饰符和类型方法说明static <T> Result<T>ResultUtil.data(T t) static <T> Result<T>static <T> Result<T>static <T> Result<T>ResultUtil.getResult()ResultUtil.setErrorMsg(Integer code, String msg) ResultUtil.setErrorMsg(String msg) ResultUtil.setSuccessMsg(String msg) static <T> Result<T>ResultUtil.success()static <T> Result<T>参数类型为Result的plus.hiver.common.utils中的方法