浏览代码

部门统计新增有效面谈

anderx 10 月之前
父节点
当前提交
4e5430c943
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      src/main/java/com/goafanti/admin/bo/AdminCustomerBo.java

+ 0 - 12
src/main/java/com/goafanti/admin/bo/AdminCustomerBo.java

@@ -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;