src/main/java/com/zy/system/service/ConfigService.java
@@ -5,4 +5,11 @@ public interface ConfigService extends IService<Config> { String getConfigValue(String code, String defaultValue); long getConfigLongValue(String code, long defaultValue); boolean saveConfigValue(String code, String value); void refreshSystemConfigCache(); }