public class ResultUtils extends Object
ResultUtils()
static Result
error()
error(Integer code, String msg, Object object)
error(Object object)
success()
success(Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResultUtils()
public static Result success()
public static Result success(Object object)
object
public static Result error()
public static Result error(Object object)
public static Result error(Integer code, String msg, Object object)
Copyright © 2020. All rights reserved.