Merge remote-tracking branch 'origin/cc_partner_init' into cc_partner_init

This commit is contained in:
zhangchenbiao
2024-04-02 11:43:59 +08:00
6 changed files with 36 additions and 5 deletions

View File

@@ -34,6 +34,9 @@ public class BaseInfoVO {
@ApiModelProperty("线索标签")
private List<LabelBaseInfoVO> userPortraitList;
@ApiModelProperty("流程阶段:1意向加盟;2新店进展;")
private Integer workflowStage;
private Integer workflowSubStage;
@ApiModelProperty("子阶段状态")
@@ -53,6 +56,7 @@ public class BaseInfoVO {
this.workflowSubStage = baseInfoVO.getWorkflowSubStage();
this.wantShopAreaName = baseInfoVO.getWantShopAreaName();
this.userPortraitList = baseInfoVO.getUserPortraitList();
this.workflowStage = baseInfoVO.getWorkflowStage();
this.workflowSubStageStatus = baseInfoVO.getWorkflowSubStageStatus();
}

View File

@@ -82,6 +82,9 @@ public class LineInfoVO {
@ApiModelProperty("流程阶段:1意向加盟;2新店进展;")
private Integer workflowStage;
@ApiModelProperty("加盟身份 1个人加盟 2企业加盟")
private Integer joinType;
/**
* 流程子阶段
*/