From 04e1b952e93439afa33c07ea900939bef500ccb0 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 22 三月 2025 21:01:00 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- Tiger.IBusiness/Common/ISystem.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Tiger.IBusiness/Common/ISystem.cs b/Tiger.IBusiness/Common/ISystem.cs index d149fbf..31c7e06 100644 --- a/Tiger.IBusiness/Common/ISystem.cs +++ b/Tiger.IBusiness/Common/ISystem.cs @@ -64,5 +64,7 @@ /// <param name="Async"></param> /// <returns></returns> public Task<ApiAction> SaveMenu(ApiAction<SaveMenuParams> action, bool Async = true); + + public Task<ApiAction<List<SYS_PARAM>>> getSysParam(string group, string code); } } -- Gitblit v1.9.3