@@ -40,7 +40,7 @@ public class AdminCustomerBo {
/** 一般客戶 */
@Excel( name = "一般客户",width = 12)
private Integer generalCount;
- /** 私有客戶 */
+ /** 意向客户 */
@Excel( name = "意向客户",width = 12)
private Integer intentionCount;
/** 重点客户 */