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

eleme.openapi.sdk.api.entity.data.ORestaurantSaleGrowthRatio Maven / Gradle / Ivy

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

public class ORestaurantSaleGrowthRatio{

    /**
     * 营业额增长率
     */
    private double saleAmountGrowthRatio;
    public double getSaleAmountGrowthRatio() {
        return saleAmountGrowthRatio;
    }
    public void setSaleAmountGrowthRatio(double saleAmountGrowthRatio) {
        this.saleAmountGrowthRatio = saleAmountGrowthRatio;
    }
    
    /**
     * 支出增长率
     */
    private double payoutAmountGrowthRatio;
    public double getPayoutAmountGrowthRatio() {
        return payoutAmountGrowthRatio;
    }
    public void setPayoutAmountGrowthRatio(double payoutAmountGrowthRatio) {
        this.payoutAmountGrowthRatio = payoutAmountGrowthRatio;
    }
    
    /**
     * 有效订单增长率
     */
    private double validOrderGrowthRatio;
    public double getValidOrderGrowthRatio() {
        return validOrderGrowthRatio;
    }
    public void setValidOrderGrowthRatio(double validOrderGrowthRatio) {
        this.validOrderGrowthRatio = validOrderGrowthRatio;
    }
    
    /**
     * 无效订单增长率
     */
    private double invalidOrderGrowthRatio;
    public double getInvalidOrderGrowthRatio() {
        return invalidOrderGrowthRatio;
    }
    public void setInvalidOrderGrowthRatio(double invalidOrderGrowthRatio) {
        this.invalidOrderGrowthRatio = invalidOrderGrowthRatio;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy