增加状态更新接口客户的状态可以是线索高一项第1项客户
This commit is contained in:
@@ -69,9 +69,9 @@ public class CustomerManagement implements Serializable {
|
||||
@TableField("recording_count")
|
||||
private Integer recordingCount;
|
||||
|
||||
@Schema(description = "意向车型")
|
||||
@TableField("intended_model")
|
||||
private String intendedModel;
|
||||
@Schema(description = "阶段")
|
||||
@TableField("stage")
|
||||
private String stage;
|
||||
|
||||
@Schema(description = "信息卡")
|
||||
@TableField("info_card")
|
||||
|
||||
Reference in New Issue
Block a user