加盟商资格面试代码字段修改及PDF转图片部分完成
This commit is contained in:
@@ -6,8 +6,8 @@ import lombok.Data;
|
||||
@Data
|
||||
public class EnterInterviewDto {
|
||||
|
||||
@ApiModelProperty(value = "会议id", required = true)
|
||||
private String interviewId;
|
||||
@ApiModelProperty(value = "会议计划id", required = true)
|
||||
private String interviewPlanId;
|
||||
|
||||
@ApiModelProperty(value = "用户id", required = true)
|
||||
private String userId;
|
||||
|
||||
@@ -15,6 +15,9 @@ import java.util.Date;
|
||||
@ApiModel
|
||||
public class PartnerInterviewInfoVO {
|
||||
|
||||
@ApiModelProperty("会议计划id")
|
||||
private Long interviewPlanId;
|
||||
|
||||
@ApiModelProperty("会议id")
|
||||
private Long interviewId;
|
||||
|
||||
|
||||
@@ -18,8 +18,11 @@ public class PartnerPassLetterDetailVO {
|
||||
@ApiModelProperty("审核城市")
|
||||
private String verifyCity;
|
||||
|
||||
@ApiModelProperty("函文件URL")
|
||||
private String passFileUrl;
|
||||
@ApiModelProperty("函文件图片URL")
|
||||
private String passImageUrl;
|
||||
|
||||
@ApiModelProperty("函文件pdfURL")
|
||||
private String passPdfUrl;
|
||||
|
||||
@ApiModelProperty("生成日期:YYYY-MM-DD")
|
||||
private String createTime;
|
||||
|
||||
Reference in New Issue
Block a user