mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
修改CrmClueRespVO字段描述
Signed-off-by: Minh-X <bluesfish@yeah.net>
This commit is contained in:
parent
ce397d4fbd
commit
11ce24ad1e
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user