Commit 44a7d176 by 邓实川 Committed by chenzg

客户跟进内容类型更正

parent 635ef68f
...@@ -57,7 +57,7 @@ public class CrmClientFollow extends Model<CrmClientFollow> { ...@@ -57,7 +57,7 @@ public class CrmClientFollow extends Model<CrmClientFollow> {
private Integer cid; private Integer cid;
@ApiModelProperty(value = "跟进内容") @ApiModelProperty(value = "跟进内容")
private Integer content; private String content;
@ApiModelProperty(value = "客户数据状态 0-无 1-潜在 2-意向 3-签约 4-合作中 5-已封档") @ApiModelProperty(value = "客户数据状态 0-无 1-潜在 2-意向 3-签约 4-合作中 5-已封档")
private Integer clientStatus; private Integer clientStatus;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment