public class DefaultExceptionResult extends Object implements ExceptionResult<ResultVO<?>>
public ResultVO<?> success(int code, String message, Object object)
ExceptionResultsuccess 在接口中 ExceptionResult<ResultVO<?>>public ResultVO<?> error(int code, String message, Object object)
ExceptionResulterror 在接口中 ExceptionResult<ResultVO<?>>public ResultVO<?> error(int code, String message)
ExceptionResulterror 在接口中 ExceptionResult<ResultVO<?>>Copyright © 2022 tan. All rights reserved.