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