添加 招聘分类 字段
This commit is contained in:
@@ -41,6 +41,9 @@ public class UserJobIntention {
|
||||
/** 工作类型 0=全职 1=实习 */
|
||||
private Integer employmentType;
|
||||
|
||||
/** 招聘分类: 0=社招, 1=校招, 2=实习, 3=其他 */
|
||||
private Integer recruitCategory;
|
||||
|
||||
/** 创建时间 */
|
||||
private Instant createTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user