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

com.project.api.ai.model.response.BaseResponse Maven / Gradle / Ivy

The newest version!
package com.project.api.ai.model.response;

import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;

/**
 * @author yinshaobo on 2019-09-12 17:12
 */
@Data
public class BaseResponse {

    /**
     * 是	uint64	唯一的log id,无实际意义,用于问题定位
     */
    @JSONField(name = "log_id")
    private String logId;

    @JSONField(name = "error_code")
    private String errorCode;

    @JSONField(name = "error_msg")
    private String errorMsg;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy