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;