面试详情中增加线索状态

This commit is contained in:
俞扬
2023-06-29 15:34:05 +08:00
parent 760d828144
commit 2f27043854
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ public class InterviewVO {
@ApiModelProperty(value = "线索id", required = true)
private Long partnerLineId;
@ApiModelProperty(value = "线索状态")
private Long workflowStage;
@ApiModelProperty("资质审核流程id")
private String qualifyVerifyId;