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

eleme.openapi.sdk.api.entity.product.OSupplyLink 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 OSupplyLink{

    /**
     * 链路类型
     */
    private Integer type;
    public Integer getType() {
        return type;
    }
    public void setType(Integer type) {
        this.type = type;
    }
    
    /**
     * 支持该链路类型的属性
     */
    private List minorSpec;
    public List getMinorSpec() {
        return minorSpec;
    }
    public void setMinorSpec(List minorSpec) {
        this.minorSpec = minorSpec;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy