帮助中心

This commit is contained in:
2026-03-13 14:42:33 +08:00
parent 554be38052
commit 7bdbe5bf14
3 changed files with 5 additions and 4 deletions

View File

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