|
@@ -351,7 +351,8 @@ public class BizCompany extends BaseEntity
|
|
|
@TableField(exist = false)
|
|
|
@Excel(name = "来源类型")
|
|
|
private String sourceCategoryName;
|
|
|
-
|
|
|
+ @ApiModelProperty("客户标签")
|
|
|
+ private Long customerLabelId;
|
|
|
@TableField(exist = false)
|
|
|
@Excel(name="来源名称")
|
|
|
private String sourceName;
|