修改录用和不录用

This commit is contained in:
sh
2026-05-13 17:39:36 +08:00
parent c4b8c6d75f
commit b1385c7935
2 changed files with 9 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ public class JobApply extends BaseEntity
@ApiModelProperty("匹配度")
private Long matchingDegree;
@ApiModelProperty("是否录用 0录用 2或null未录用")
@ApiModelProperty("是否录用 0录用 null未录用 2不录用")
private String hire;
@ApiModelProperty("录用来源 0本系统 1招聘会")