部门管理

This commit is contained in:
none
2023-02-19 12:15:57 +08:00
parent 166dc4c1a2
commit 9c97b774a0
15 changed files with 514 additions and 6 deletions

View File

@@ -2,6 +2,10 @@ package xyz.playedu.api.constant;
public class SystemConstant {
public final static String ENV_PROD = "prod";
public static String REDIS_PREFIX = "playedu:";
public final static String JWT_PRV_ADMIN_USER = "dc14511e97e7eb725fb2976bc939b375";
}