perf: 社区版语言切换

This commit is contained in:
fit2cloud-chenyw
2024-12-10 19:30:52 +08:00
parent e2082a1fe5
commit aa39d52a55
4 changed files with 32 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ public class CacheConstant {
public static final String USER_ROLES_CACHE = "de_v2_user_roles";
public static final String USER_BUSI_PERS_CACHE = "de_v2_user_busi_pers";
public static final String USER_BUSI_PERS_INTERACTIVE_CACHE = "de_v2_user_busi_pers_interactive";
public static final String USER_COMMUNITY_LANGUAGE = "de_v2_user_community_language";
}
public static class RoleCacheConstant {