Commit d38ca978 authored by 李欣峰's avatar 李欣峰

<dev>

1.代码规范修改
parent 3d7586af
......@@ -194,6 +194,7 @@ public interface ApiApplication {
* @param apiName
* @param inParam
* @param username
* @param userid
* @return
*/
InvokeResult executeApi(String apiName, Map<String, String> inParam, String username, Integer userid);
......
......@@ -193,6 +193,7 @@ public interface ApiFacade {
* @param apiName
* @param inParam
* @param username
* @param userid
* @return
*/
InvokeResult<Void> executeApi(String apiName, Map<String, String> inParam, String username, Integer userid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment