岗位-添加岗位类型(0常规岗位 1就业见习岗位 2实习实训岗位 3社区实践岗位)

This commit is contained in:
sh
2025-10-16 14:55:26 +08:00
parent 7994112283
commit ac2d427a71
4 changed files with 13 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ public class AppUser extends BaseEntity
/**
* 是否企业用户 0是1否改为0企业1求职者2网格员
*/
@ApiModelProperty("app角色0企业1求职者2网格员")
@ApiModelProperty("app角色0企业1求职者2网格员 3内部政府人员")
private String isCompanyUser;
@TableField(exist = false)