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

eleme.openapi.sdk.api.entity.product.OLimitItemSpec Maven / Gradle / Ivy

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

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

public class OLimitItemSpec{

    /**
     * 规格Id
     */
    private long specId;
    public long getSpecId() {
        return specId;
    }
    public void setSpecId(long specId) {
        this.specId = specId;
    }
    
    /**
     * 名称
     */
    private String name;
    public String getName() {
        return name;
    }
    public void setName(String name) {
        this.name = name;
    }
    
    /**
     * 商品扩展码
     */
    private String extendCode;
    public String getExtendCode() {
        return extendCode;
    }
    public void setExtendCode(String extendCode) {
        this.extendCode = extendCode;
    }
    
    /**
     * 连锁店商品规格id
     */
    private Long chainSpecId;
    public Long getChainSpecId() {
        return chainSpecId;
    }
    public void setChainSpecId(Long chainSpecId) {
        this.chainSpecId = chainSpecId;
    }
    
    /**
     * 所类型描述
     */
    private List lockTypeDesc;
    public List getLockTypeDesc() {
        return lockTypeDesc;
    }
    public void setLockTypeDesc(List lockTypeDesc) {
        this.lockTypeDesc = lockTypeDesc;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy