mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-27 01:15:10 +08:00
@ -92,23 +92,23 @@ public class CrmClueRespVO {
|
|||||||
@DictFormat(cn.iocoder.yudao.module.crm.enums.DictTypeConstants.CRM_CUSTOMER_SOURCE)
|
@DictFormat(cn.iocoder.yudao.module.crm.enums.DictTypeConstants.CRM_CUSTOMER_SOURCE)
|
||||||
private Integer source;
|
private Integer source;
|
||||||
|
|
||||||
@Schema(description = "负责人的用户编号", example = "25682")
|
@Schema(description = "网址", example = "25682")
|
||||||
@ExcelProperty("网址")
|
@ExcelProperty("网址")
|
||||||
private String website;
|
private String website;
|
||||||
|
|
||||||
@Schema(description = "负责人的用户编号", example = "25682")
|
@Schema(description = "QQ", example = "25682")
|
||||||
@ExcelProperty("QQ")
|
@ExcelProperty("QQ")
|
||||||
private String qq;
|
private String qq;
|
||||||
|
|
||||||
@Schema(description = "负责人的用户编号", example = "25682")
|
@Schema(description = "wechat", example = "25682")
|
||||||
@ExcelProperty("wechat")
|
@ExcelProperty("wechat")
|
||||||
private String wechat;
|
private String wechat;
|
||||||
|
|
||||||
@Schema(description = "负责人的用户编号", example = "25682")
|
@Schema(description = "email", example = "25682")
|
||||||
@ExcelProperty("email")
|
@ExcelProperty("email")
|
||||||
private String email;
|
private String email;
|
||||||
|
|
||||||
@Schema(description = "负责人的用户编号", example = "25682")
|
@Schema(description = "客户描述", example = "25682")
|
||||||
@ExcelProperty("客户描述")
|
@ExcelProperty("客户描述")
|
||||||
private String description;
|
private String description;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user