Class SettingService
java.lang.Object
io.github.xezzon.zeroweb.setting.internal.SettingService
- All Implemented Interfaces:
ISettingService
业务参数服务
提供业务参数的完整业务逻辑处理,包括新增、查询、更新、删除等操作。 负责业务参数的数据验证、重复检查和事务管理。
- Author:
- xezzon
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SettingService
-
-
Method Details
-
queryByCode
Description copied from interface:ISettingService根据参数标识查询配置项
通过业务参数的唯一标识符查询具体的参数配置。
- Specified by:
queryByCodein interfaceISettingService- Parameters:
code- 业务参数标识,如 "system.theme"- Returns:
- 查找到的配置项
-