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

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

The 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 OSpuIngredientRule{

    /**
     * 配方互斥规则
     */
    private OSpuIngredientMutexRule ingredientMutexRule;
    public OSpuIngredientMutexRule getIngredientMutexRule() {
        return ingredientMutexRule;
    }
    public void setIngredientMutexRule(OSpuIngredientMutexRule ingredientMutexRule) {
        this.ingredientMutexRule = ingredientMutexRule;
    }
    
    /**
     * 配方级联规则
     */
    private String ingredientUnionRule;
    public String getIngredientUnionRule() {
        return ingredientUnionRule;
    }
    public void setIngredientUnionRule(String ingredientUnionRule) {
        this.ingredientUnionRule = ingredientUnionRule;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy