修改申请记录表
This commit is contained in:
@@ -25,7 +25,7 @@ public class UserJobApplication {
|
||||
/** 岗位ID */
|
||||
private Long jobId;
|
||||
|
||||
/** 投递状态 0=已投递 1=面试中 2=有Offer 3=未通过 4=已结束 */
|
||||
/** 投递状态 -1=待投递 0=已投递 1=面试中 2=有Offer 3=未通过 4=已结束 */
|
||||
private Integer status;
|
||||
|
||||
/** 投递时间 */
|
||||
|
||||
Reference in New Issue
Block a user