This commit is contained in:
2025-11-04 18:49:37 +08:00
parent b95fff224b
commit 8850a06fea
103 changed files with 15337 additions and 771 deletions

View File

@@ -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);
}