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

<dev>

1.代码规范修改
parent 3d7586af
...@@ -194,6 +194,7 @@ public interface ApiApplication { ...@@ -194,6 +194,7 @@ public interface ApiApplication {
* @param apiName * @param apiName
* @param inParam * @param inParam
* @param username * @param username
* @param userid
* @return * @return
*/ */
InvokeResult executeApi(String apiName, Map<String, String> inParam, String username, Integer userid); InvokeResult executeApi(String apiName, Map<String, String> inParam, String username, Integer userid);
......
...@@ -193,6 +193,7 @@ public interface ApiFacade { ...@@ -193,6 +193,7 @@ public interface ApiFacade {
* @param apiName * @param apiName
* @param inParam * @param inParam
* @param username * @param username
* @param userid
* @return * @return
*/ */
InvokeResult<Void> executeApi(String apiName, Map<String, String> inParam, String username, Integer userid); 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