Parcourir la source

头条自动投放账户配置信息表基础代码生成

songyh il y a 4 ans
Parent
commit
2e15be9906

+ 21 - 1
jeecg-boot-bytedance/src/main/java/org/jeecg/modules/bytedance/advertise/entity/AiBytedanceAdvertiserStrategy.java

@@ -17,7 +17,7 @@ import java.util.Date;
 @Data
 @TableName("ctop_ai_bytedance_advertiser_strategy")
 public class AiBytedanceAdvertiserStrategy{
-    
+
 	/**id*/
 	@TableId(type = IdType.AUTO)
 	private Long id;
@@ -25,6 +25,26 @@ public class AiBytedanceAdvertiserStrategy{
 	private Long accountId;
 	/**组名称*/
 	private String campaignName;
+	/**
+	 * 是否使用自定义dplink标识
+	 */
+	private Integer dpLinkIndexUsed;
+	/**
+	 * dpLink组层级开始下标
+	 */
+	private Long dpLinkStartIndex;
+	/**
+	 * dpLink组层级结束下标
+	 */
+	private Long dpLinkEndIndex;
+	/**
+	 * 策略下组最大创建数
+	 */
+	private Integer campaignCnt;
+	/**
+	 * 单个广告组下的计划最大创建数
+	 */
+	private Integer campaignAdCnt;
 	/**组预算类型*/
 	private String campaignBudgetMode;
 	/**组预算*/