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

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

    /**
     * 套餐名称
     */
    private String name;
    public String getName() {
        return name;
    }
    public void setName(String name) {
        this.name = name;
    }
    
    /**
     * 商品描述
     */
    private String description;
    public String getDescription() {
        return description;
    }
    public void setDescription(String description) {
        this.description = description;
    }
    
    /**
     * 图片imageHash
     */
    private String imageHash;
    public String getImageHash() {
        return imageHash;
    }
    public void setImageHash(String imageHash) {
        this.imageHash = imageHash;
    }
    
    /**
     * 商品副图片集合
     */
    private List imageHashs;
    public List getImageHashs() {
        return imageHashs;
    }
    public void setImageHashs(List imageHashs) {
        this.imageHashs = imageHashs;
    }
    
    /**
     * 售卖时间
     */
    private OItemSellingTime sellingTime;
    public OItemSellingTime getSellingTime() {
        return sellingTime;
    }
    public void setSellingTime(OItemSellingTime sellingTime) {
        this.sellingTime = sellingTime;
    }
    
    /**
     * 上下架
     */
    private int onSelf;
    public int getOnSelf() {
        return onSelf;
    }
    public void setOnSelf(int onSelf) {
        this.onSelf = onSelf;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy