|
@@ -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
|
|
|
*/
|