|
|
|
|
@ -93,18 +93,24 @@ public class CrmCustomerInfoVo implements Serializable {
|
|
|
|
|
@ExcelProperty(value = "客户经理")
|
|
|
|
|
private String ownerName;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 注册地/单位地址
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "注册地/单位地址")
|
|
|
|
|
private String registeredAddress;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 电话号码
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "电话号码")
|
|
|
|
|
private String phoneNumber;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 办公地
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "办公地")
|
|
|
|
|
private String detailedAddress;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 注册地
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "注册地")
|
|
|
|
|
private String registeredAddress;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 商务联系人
|
|
|
|
|
*/
|
|
|
|
|
|