|
|
@@ -10,42 +10,30 @@ public class AdminCustomerBo {
|
|
|
private String depId;
|
|
|
@Excel( name = "部门")
|
|
|
private String depName;
|
|
|
- /** 私有数 */
|
|
|
@Excel( name = "私有数",width = 12)
|
|
|
private Integer userCount;
|
|
|
@Excel( name = "有效面谈数",width = 12)
|
|
|
private Integer firstInterviewCount;
|
|
|
- /** 渠道数 */
|
|
|
@Excel( name = "渠道数",width = 12)
|
|
|
private Integer channelCount;
|
|
|
- /** 签单数 */
|
|
|
@Excel( name = "签单数",width = 12)
|
|
|
private Integer signCount;
|
|
|
- /** 私有新增数 */
|
|
|
@Excel( name = "私有新增数",width = 12)
|
|
|
private Integer newCount;
|
|
|
- /** 渠道新增数 */
|
|
|
@Excel( name = "渠道新增数",width = 12)
|
|
|
private Integer channelNewCount;
|
|
|
- /** 私有面谈数 */
|
|
|
@Excel( name = "私有面谈数",width = 12)
|
|
|
private Integer completeCount;
|
|
|
- /** 渠道面谈数 */
|
|
|
@Excel( name = "渠道面谈数",width = 12)
|
|
|
private Integer channelCompleteCount;
|
|
|
- /** 私有领取数 */
|
|
|
@Excel( name = "私有领取数",width = 12)
|
|
|
private Integer receiveCount;
|
|
|
- /** 私有转交数 */
|
|
|
@Excel( name = "私有转交数",width = 12)
|
|
|
private Integer transferCount;
|
|
|
- /** 一般客戶 */
|
|
|
@Excel( name = "一般客户",width = 12)
|
|
|
private Integer generalCount;
|
|
|
- /** 意向客户 */
|
|
|
@Excel( name = "意向客户",width = 12)
|
|
|
private Integer intentionCount;
|
|
|
- /** 重点客户 */
|
|
|
@Excel( name = "重点客户",width = 12)
|
|
|
private Integer keynoteCount;
|
|
|
|