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

com.github.ollgei.base.commonj.api.BaseRequest Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.github.ollgei.base.commonj.api;

import lombok.Data;

/**
 * common request.
 * @author ollgei
 * @since 1.0.0
 */
@Data
public class BaseRequest {
    /**请求唯一,防止重复提交*/
    private String reqno;
    /**客户端ID或者商户号*/
    private String clnid;
    /**版本*/
    private String version;
    /**签名*/
    private String signature;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy