Browse Source

客户新增

anderx 1 year ago
parent
commit
7e1477158e
1 changed files with 12 additions and 12 deletions
  1. 12 12
      src/main/java/com/goafanti/admin/bo/AdminCustomerBo.java

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

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