This commit is contained in:
张良(004796)
2024-03-04 18:54:18 +08:00
commit 273ee16e8c
585 changed files with 41565 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.ruoyi.xq.constant;
public class RedisHttpConstant {
public static final String REDIS_P = "xq-";
public static final String SYSTEM_CONFIG = REDIS_P + "system-config";
}