mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-01 18:35:37 +08:00
模版管理
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user