public class BaseResponse<T> extends Object implements Serializable
BaseResponse(ErrorCode errorCode)
BaseResponse(int code, T data)
BaseResponse(int code, T data, String message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseResponse(int code, T data, String message)
public BaseResponse(int code, T data)
public BaseResponse(ErrorCode errorCode)
Copyright © 2024. All rights reserved.