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