All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eleme.openapi.h5.sdk.pay.model.response.BaseResponse Maven / Gradle / Ivy

There is a newer version: 1.0.11-RELEASE
Show newest version
package eleme.openapi.h5.sdk.pay.model.response;

import lombok.Data;

@Data
public class BaseResponse {

    /**
     * 响应码
     * @see eleme.openapi.h5.sdk.pay.enums.ReturnCode
     */
    private String returnCode;

    /**
     * 响应描述
     */
    private String returnMsg;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy