eleme.openapi.sdk.api.entity.activity.PresentWithTemplateModel Maven / Gradle / Ivy
The 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 PresentWithTemplateModel{
/**
* 活动模板id
*/
private Long templateId;
public Long getTemplateId() {
return templateId;
}
public void setTemplateId(Long templateId) {
this.templateId = templateId;
}
/**
* 店铺id
*/
private Long shopId;
public Long getShopId() {
return shopId;
}
public void setShopId(Long shopId) {
this.shopId = shopId;
}
/**
* 目标类型
*/
private TargetListType targetListType;
public TargetListType getTargetListType() {
return targetListType;
}
public void setTargetListType(TargetListType targetListType) {
this.targetListType = targetListType;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy