1.修改公司权限登录访问接口
2.添加岗位申请导出-未完成
This commit is contained in:
@@ -104,10 +104,10 @@ public class AppUser extends BaseEntity
|
||||
@ApiModelProperty("身份证")
|
||||
private String idCard;
|
||||
|
||||
@ApiModelProperty("是否录用 0录用,1未录用")
|
||||
private String hire;
|
||||
|
||||
@ApiModelProperty("是否企业用户 0是,1否")
|
||||
/**
|
||||
* 是否企业用户 0是,1否改为(0企业,1求职者,2网格员)
|
||||
*/
|
||||
@ApiModelProperty("app角色:0企业,1求职者,2网格员")
|
||||
private String isCompanyUser;
|
||||
|
||||
@TableField(exist = false)
|
||||
|
Reference in New Issue
Block a user