Sfoglia il codice sorgente

删除冗余字段

syh 5 anni fa
parent
commit
59be6004f2

+ 2 - 1
.gitignore

@@ -31,4 +31,5 @@ gen
 
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
-**/target/
+**/target/
+application-dev.yml

+ 0 - 12
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/ByteDanceBudgetTemplate.java

@@ -36,18 +36,6 @@ public class ByteDanceBudgetTemplate {
     @ApiModelProperty(value = "id")
     private Long id;
     /**
-     * 广告主id
-     */
-    @Excel(name = "广告主id", width = 15)
-    @ApiModelProperty(value = "广告主id")
-    private String advertiserId;
-    /**
-     * 头条账号id
-     */
-    @Excel(name = "头条账号id", width = 15)
-    @ApiModelProperty(value = "头条账号id")
-    private Long toutiaoId;
-    /**
      * 模板名称
      */
     @Excel(name = "模板名称", width = 15)

+ 0 - 9
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/ByteDanceCampaignTemplate.java

@@ -37,15 +37,6 @@ public class ByteDanceCampaignTemplate {
     @ApiModelProperty(value = "id")
     private Long id;
     /**
-     * accountId
-     */
-    @Excel(name = "头条账号id")
-    @ApiModelProperty(value = "头条账号id")
-    private Long accountId;
-    @Excel(name = "平台广告主id")
-    @ApiModelProperty(value = "平台广告主id")
-    private String advertiserId;
-    /**
      * 投放目标
      */
     @Excel(name = "投放目标", width = 15)

+ 2 - 14
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/ByteDanceCreativeTemplate.java

@@ -32,21 +32,9 @@ public class ByteDanceCreativeTemplate {
     /**
      * id
      */
-    @TableId(type = IdType.UUID)
+    @TableId(type = IdType.AUTO)
     @ApiModelProperty(value = "id")
-    private Integer id;
-    /**
-     * 用户头条id
-     */
-    @Excel(name = "用户头条id", width = 15)
-    @ApiModelProperty(value = "用户头条id")
-    private String accountId;
-    /**
-     * 广告主id
-     */
-    @Excel(name = "广告主id", width = 15)
-    @ApiModelProperty(value = "广告主id")
-    private Integer advertiserId;
+    private Long id;
     /**
      * 广告计划id
      */

+ 0 - 12
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/ByteDanceUserOrientationTemplate.java

@@ -36,18 +36,6 @@ public class ByteDanceUserOrientationTemplate {
     @ApiModelProperty(value = "id")
     private Long id;
     /**
-     * 头条账号id
-     */
-    @Excel(name = "头条账号id", width = 15)
-    @ApiModelProperty(value = "头条账号id")
-    private Long accountId;
-    /**
-     * 广告主id
-     */
-    @Excel(name = "广告主id", width = 15)
-    @ApiModelProperty(value = "广告主id")
-    private String advertiserId;
-    /**
      * 模板名称
      */
     @Excel(name = "模板名称", width = 15)

+ 1 - 13
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/BytedanceAdvertisePlanTemplate.java

@@ -34,19 +34,7 @@ public class BytedanceAdvertisePlanTemplate {
      */
     @TableId(type = IdType.AUTO)
     @ApiModelProperty(value = "id")
-    private Integer id;
-    /**
-     * 头条账号id
-     */
-    @Excel(name = "头条账号id", width = 15)
-    @ApiModelProperty(value = "头条账号id")
-    private Long accountId;
-    /**
-     * 广告主id
-     */
-    @Excel(name = "广告主id", width = 15)
-    @ApiModelProperty(value = "广告主id")
-    private String advertiserId;
+    private Long id;
     /**
      * 广告组模板id
      */

+ 0 - 12
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/BytedanceDeliveryTargetTemplate.java

@@ -36,18 +36,6 @@ public class BytedanceDeliveryTargetTemplate {
     @ApiModelProperty(value = "id")
     private Long id;
     /**
-     * 头条平台id
-     */
-    @Excel(name = "头条平台id", width = 15)
-    @ApiModelProperty(value = "头条平台id")
-    private Long accountId;
-    /**
-     * 平台账号id
-     */
-    @Excel(name = "平台账号id", width = 15)
-    @ApiModelProperty(value = "平台账号id")
-    private String advertiserId;
-    /**
      * 模板名称
      */
     @Excel(name = "模板名称", width = 15)