Commit 719cde36 by 陈健智

事件影响力更新结果导出表头调整

parent 8a53a8c5
......@@ -16,15 +16,15 @@ public class ExportBytedanceEventComputeResultDTO {
@ExcelProperty("事件名")
private String name;
@ExcelProperty("渠道指标")
@ExcelProperty("综合影响力")
private Double finalInf;
@ExcelProperty("渠道指数")
private Double inf;
@ExcelProperty("流量指")
@ExcelProperty("流量指")
private Double RMI;
@ExcelProperty("综合影响力")
private Double finalInf;
@ExcelProperty("传播量")
private Integer dataCount;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment