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

eleme.openapi.sdk.api.entity.activity.ActivityTemplateUpdateModel Maven / Gradle / Ivy

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

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

public class ActivityTemplateUpdateModel{

    /**
     * 店铺id
     */
    private Long shopId;
    public Long getShopId() {
        return shopId;
    }
    public void setShopId(Long shopId) {
        this.shopId = shopId;
    }
    
    /**
     * 活动模板id
     */
    private Long templateId;
    public Long getTemplateId() {
        return templateId;
    }
    public void setTemplateId(Long templateId) {
        this.templateId = templateId;
    }
    
    /**
     * 优惠金额,单位:分
     */
    private Long reductionAmt;
    public Long getReductionAmt() {
        return reductionAmt;
    }
    public void setReductionAmt(Long reductionAmt) {
        this.reductionAmt = reductionAmt;
    }
    
    /**
     * 门槛,单位:分
     */
    private Long thresholdAmt;
    public Long getThresholdAmt() {
        return thresholdAmt;
    }
    public void setThresholdAmt(Long thresholdAmt) {
        this.thresholdAmt = thresholdAmt;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy