增加状态更新接口客户的状态可以是线索高一项第1项客户

This commit is contained in:
2026-05-03 18:49:11 +08:00
parent 02453bbeb3
commit 413f93c473
9 changed files with 310 additions and 221 deletions

View File

@@ -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")