帮助中心

This commit is contained in:
2026-03-13 14:32:23 +08:00
parent cd437c221f
commit 9d120c7e49
3 changed files with 19 additions and 16 deletions

View File

@@ -82,5 +82,5 @@ public interface SysParamsService extends IService<SysParams> {
* @param paramType 参数类型
* @return 参数列表
*/
CzgResult<List<SysParamsDTO>> getParamsByParamType(String paramType) throws CzgException;
List<SysParamsDTO> getParamsByParamType(String paramType) throws CzgException;
}