|
@@ -38,7 +38,7 @@ public class KuaishouReportDailyAgentSum {
|
|
|
/**有消费计划数*/
|
|
|
@Excel(name = "有消费计划数", width = 15)
|
|
|
@ApiModelProperty(value = "有消费计划数")
|
|
|
- private Integer costCampaignCount;
|
|
|
+ private Long costCampaignCount;
|
|
|
/**总余额*/
|
|
|
@Excel(name = "总余额", width = 15)
|
|
|
@ApiModelProperty(value = "总余额")
|
|
@@ -70,19 +70,19 @@ public class KuaishouReportDailyAgentSum {
|
|
|
/**封面曝光数*/
|
|
|
@Excel(name = "封面曝光数", width = 15)
|
|
|
@ApiModelProperty(value = "封面曝光数")
|
|
|
- private Integer fengmianShowCount;
|
|
|
+ private Long fengmianShowCount;
|
|
|
/**封面点击数*/
|
|
|
@Excel(name = "封面点击数", width = 15)
|
|
|
@ApiModelProperty(value = "封面点击数")
|
|
|
- private Integer fengmianClickCount;
|
|
|
+ private Long fengmianClickCount;
|
|
|
/**素材曝光数*/
|
|
|
@Excel(name = "素材曝光数", width = 15)
|
|
|
@ApiModelProperty(value = "素材曝光数")
|
|
|
- private Integer sucaiShowCount;
|
|
|
+ private Long sucaiShowCount;
|
|
|
/**行为数*/
|
|
|
@Excel(name = "行为数", width = 15)
|
|
|
@ApiModelProperty(value = "行为数")
|
|
|
- private Integer convertCount;
|
|
|
+ private Long convertCount;
|
|
|
/**封面点击率*/
|
|
|
@Excel(name = "封面点击率", width = 15)
|
|
|
@ApiModelProperty(value = "封面点击率")
|