|
@@ -13,6 +13,7 @@ import lombok.Data;
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
import lombok.experimental.Accessors;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
+import org.jeecg.common.aspect.annotation.Dict;
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
|
|
@@ -49,12 +50,14 @@ public class ByteDanceCampaignTemplate {
|
|
|
*/
|
|
|
@Excel(name = "投放目标", width = 15)
|
|
|
@ApiModelProperty(value = "投放目标")
|
|
|
+ @Dict(dicCode = "toutiao_promotion_purpose_type")
|
|
|
private String promotionPurpuse;
|
|
|
/**
|
|
|
* 投放方式
|
|
|
*/
|
|
|
@Excel(name = "投放方式", width = 15)
|
|
|
@ApiModelProperty(value = "投放方式")
|
|
|
+ @Dict(dicCode = "toutiao_budget_mode")
|
|
|
private String campaignBudget;
|
|
|
/**
|
|
|
* 日预算
|