|
@@ -30,13 +30,9 @@ public class RuleDataTarget {
|
|
|
private String accountName;
|
|
|
private Long planId;
|
|
|
private String planName;
|
|
|
- /**retargetingTagsExclude*/
|
|
|
- @Excel(name = "retargetingTagsExclude", width = 15)
|
|
|
- @ApiModelProperty(value = "retargetingTagsExclude")
|
|
|
+
|
|
|
private String retargetingTagsExclude;
|
|
|
- /**hideIfExists*/
|
|
|
- @Excel(name = "hideIfExists", width = 15)
|
|
|
- @ApiModelProperty(value = "hideIfExists")
|
|
|
+ private String retargetingTagsInclude;
|
|
|
private Integer hideIfExists;
|
|
|
/**inventoryType*/
|
|
|
@Excel(name = "inventoryType", width = 15)
|