jinglun-cloud
16 小时以前 1ef1063281497f32fcfa4f14b07d99399c0bb765
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();
}