dify
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package org.xyzh.api.system.config;
|
||||
|
||||
/**
|
||||
* @description 系统配置服务
|
||||
* @filename SysConfigService.java
|
||||
* @author AI Assistant
|
||||
* @copyright xyzh
|
||||
* @since 2025-11-04
|
||||
*/
|
||||
public interface SysConfigService {
|
||||
|
||||
/** */
|
||||
String getSysConfig(String key);
|
||||
}
|
||||
Reference in New Issue
Block a user