From a18a6041cdd3d9dff3b01f1e620fd27e936f7b41 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Tue, 5 Dec 2017 12:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hswebframework/web/controller/script/ScriptController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsweb-system/hsweb-system-script/hsweb-system-script-controller/src/main/java/org/hswebframework/web/controller/script/ScriptController.java b/hsweb-system/hsweb-system-script/hsweb-system-script-controller/src/main/java/org/hswebframework/web/controller/script/ScriptController.java index 9493c7757..73c7de9b0 100644 --- a/hsweb-system/hsweb-system-script/hsweb-system-script-controller/src/main/java/org/hswebframework/web/controller/script/ScriptController.java +++ b/hsweb-system/hsweb-system-script/hsweb-system-script-controller/src/main/java/org/hswebframework/web/controller/script/ScriptController.java @@ -24,7 +24,7 @@ import java.util.Map; @RestController @RequestMapping("${hsweb.web.mappings.script:script}") @Authorize(permission = "script", description = "动态脚本管理") -@Api("动态脚本") +@Api(value = "动态脚本",tags = "动态脚本管理") public class ScriptController implements SimpleGenericEntityController { private ScriptService scriptService;