面试不通过短信只在待审核阶段发送

This commit is contained in:
feng.li
2024-01-16 17:11:27 +08:00
parent cf30c816b2
commit eddd85cd9e
3 changed files with 10 additions and 2 deletions

View File

@@ -29,4 +29,7 @@ public class CloseFollowRequest {
@ApiModelProperty("通过-pass 拒绝-reject")
private String type;
@ApiModelProperty("是否是拉入黑名单操作1 是 0 不是")
private Integer whetherBlackList;
}