This commit is contained in:
zhangchenbiao
2024-04-15 10:04:20 +08:00
parent f33ae0c30e
commit 44d9f6f95a
3 changed files with 5 additions and 1 deletions

View File

@@ -24,4 +24,7 @@ public class ModifyInterviewerRequest {
@ApiModelProperty("面审官")
private String interviewerUserId;
@ApiModelProperty(value = "当前操作人", hidden = true)
private String operatorUserId;
}