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

eleme.openapi.sdk.api.entity.shop.ShopLicenseInfo Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.shop;

import eleme.openapi.sdk.api.enumeration.shop.*;
import eleme.openapi.sdk.api.entity.shop.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;

public class ShopLicenseInfo{

    /**
     * 主体资质注册号
     */
    private String businessLicenseNum;
    public String getBusinessLicenseNum() {
        return businessLicenseNum;
    }
    public void setBusinessLicenseNum(String businessLicenseNum) {
        this.businessLicenseNum = businessLicenseNum;
    }
    
    /**
     * 主体资质单位名称
     */
    private String businessLicenseName;
    public String getBusinessLicenseName() {
        return businessLicenseName;
    }
    public void setBusinessLicenseName(String businessLicenseName) {
        this.businessLicenseName = businessLicenseName;
    }
    
    /**
     * 主体资质企业地址
     */
    private String businessLicenseAddress;
    public String getBusinessLicenseAddress() {
        return businessLicenseAddress;
    }
    public void setBusinessLicenseAddress(String businessLicenseAddress) {
        this.businessLicenseAddress = businessLicenseAddress;
    }
    
    /**
     * 主体资质更新时间
     */
    @JsonFormat(locale = "zh" , timezone="GMT+8")
    private Date businessLicenseUpdatedAt;
    public Date getBusinessLicenseUpdatedAt() {
        return businessLicenseUpdatedAt;
    }
    public void setBusinessLicenseUpdatedAt(Date businessLicenseUpdatedAt) {
        this.businessLicenseUpdatedAt = businessLicenseUpdatedAt;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy