摘要:
使用:return result ? success(true) : error(StatusCode.RESOURCE_UPDATE_FAILED); 阅读全文
摘要:
public class BaseRuntimeException extends RuntimeException { private final int code; public BaseRuntimeException(StatusCode statusCode) { this(statusCode.getStatusCode(), statusCode.... 阅读全文