Browse Source

自动投放添加是否系统优选字段

zhouzeyu@c-top.com.cn 3 years ago
parent
commit
a7505c3851

+ 2 - 0
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/ai/entity/AiKuaishouAdvertiserStrategy.java

@@ -387,6 +387,8 @@ public class AiKuaishouAdvertiserStrategy {
     private String materialKeyword;
     private Integer historyTop;
     private Integer multipleBids;
+    private Integer systemOptimization;
+
 
     @TableField(exist = false)
     private String authName;