Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner
This commit is contained in:
@@ -30,7 +30,7 @@ public class PartnerIntentApplyInfoVO {
|
||||
private String partnerId;
|
||||
|
||||
@ApiModelProperty("hy_partner_line_info.id")
|
||||
private Long partnerLineId;
|
||||
private Long lineId;
|
||||
|
||||
@ApiModelProperty("常驻区域")
|
||||
private String liveArea;
|
||||
@@ -50,4 +50,7 @@ public class PartnerIntentApplyInfoVO {
|
||||
@ApiModelProperty("阶段提交时间")
|
||||
private Date partnerSubmitTime;
|
||||
|
||||
@ApiModelProperty("阶段状态")
|
||||
private String WorkflowStatus;
|
||||
|
||||
}
|
||||
|
||||
@@ -27,6 +27,9 @@ public class PartnerInterviewInfoVO {
|
||||
@ApiModelProperty("会议结束时间")
|
||||
private String endTime;
|
||||
|
||||
@ApiModelProperty("截止时间")
|
||||
private Date deadline;
|
||||
|
||||
@ApiModelProperty("房间号")
|
||||
private String roomId;
|
||||
|
||||
@@ -36,6 +39,9 @@ public class PartnerInterviewInfoVO {
|
||||
@ApiModelProperty("加盟商用户名称")
|
||||
private String partnerName;
|
||||
|
||||
@ApiModelProperty("加盟商手机号码")
|
||||
private String partnerPhone;
|
||||
|
||||
@ApiModelProperty("面试官ID")
|
||||
private String interviewerId;
|
||||
|
||||
@@ -47,4 +53,16 @@ public class PartnerInterviewInfoVO {
|
||||
|
||||
@ApiModelProperty("过程信息")
|
||||
private String processInfo;
|
||||
|
||||
@ApiModelProperty("线索状态")
|
||||
private Integer lineStatus;
|
||||
|
||||
@ApiModelProperty("线索ID")
|
||||
private Long lineId;
|
||||
|
||||
@ApiModelProperty("合同号")
|
||||
private String authCode;
|
||||
|
||||
@ApiModelProperty("审批发起时间")
|
||||
private Date approveTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user