|
@@ -8,9 +8,9 @@ public class AgentNewLogVo {
|
|
|
|
|
|
@ExcelProperty("经销商名称")
|
|
|
private String agentName;
|
|
|
- @ExcelProperty("专业会员(年)销售数据")
|
|
|
+ @ExcelProperty("专业会员(年)销售年数")
|
|
|
private Integer majorNum = 0;
|
|
|
- @ExcelProperty("高级会员(月)销售数据")
|
|
|
+ @ExcelProperty("高级会员(月)销售年数")
|
|
|
private Integer highNum = 0;
|
|
|
@ExcelProperty("场景下载销售数量")
|
|
|
private Integer downNum = 0;
|