添加 招聘分类 字段

This commit is contained in:
zk
2026-06-04 15:58:07 +08:00
parent 4e2d9009c1
commit e3ed3e94d4
4 changed files with 15 additions and 0 deletions
@@ -41,6 +41,9 @@ public class UserJobIntention {
/** 工作类型 0=全职 1=实习 */
private Integer employmentType;
/** 招聘分类: 0=社招, 1=校招, 2=实习, 3=其他 */
private Integer recruitCategory;
/** 创建时间 */
private Instant createTime;