修改注册时,求职者对应后端的角色

This commit is contained in:
sh
2025-10-27 11:59:10 +08:00
parent a0fd4eb43a
commit 05e215abb0
3 changed files with 13 additions and 4 deletions

View File

@@ -17,6 +17,15 @@ public class StringUtil {
*/
public static final String IS_COMPANY_USER = "0";
/**
* pc端-求职者
*/
public static final String SYS_QZZ = "2";
/**
* pc端-企业
*/
public static final String SYS_QY = "100";
public static Boolean isEmptyOrNull(String s){
if(Objects.isNull(s)){return true;}
return s.isEmpty();