修复面试接口不通的问题
This commit is contained in:
@@ -19,12 +19,12 @@ import java.util.List;
|
||||
@Accessors(chain = true)
|
||||
public class GetInterviewInspectionResultListReq extends PageBasicInfo {
|
||||
|
||||
@ApiModelProperty("搜索类型")
|
||||
private String searchType;
|
||||
@ApiModelProperty("被面试人姓名")
|
||||
private String intervieweeName;
|
||||
|
||||
|
||||
@ApiModelProperty("搜索内容")
|
||||
private String searchContent;
|
||||
@ApiModelProperty("被面试人手机号")
|
||||
private String intervieweeMobile;
|
||||
|
||||
|
||||
@ApiModelProperty("稽核状态(0为未稽核,1为合格,2为不合格)")
|
||||
|
||||
Reference in New Issue
Block a user