Browse Source

模版管理

zhou-hao 6 năm trước cách đây
mục cha
commit
abde7f750a

+ 2 - 2
hsweb-system/hsweb-system-template/hsweb-system-template-web/src/main/java/org/hswebframework/web/controller/template/TemplateController.java

@@ -18,8 +18,8 @@ import org.springframework.web.bind.annotation.RestController;
  */
 @RestController
 @RequestMapping("${hsweb.web.mappings.template:template}")
-@Authorize(permission = "template")
-@Api(tags = "模版管理",value = "模版管理")
+@Authorize(permission = "template", description = "模版管理")
+@Api(tags = "模版管理", value = "模版管理")
 public class TemplateController implements SimpleGenericEntityController<TemplateEntity, String, QueryParamEntity> {
 
     private TemplateService templateService;