提交 80ecaf68 编写于 作者: zhouweidong's avatar zhouweidong

格式化

上级 7420e889
...@@ -654,7 +654,7 @@ public class ${itemCodeName}Resource { ...@@ -654,7 +654,7 @@ public class ${itemCodeName}Resource {
</#if> </#if>
<#comment>输出实体资源鉴权注解[hasAnyAuthority]</#comment> <#comment>输出实体资源鉴权注解[hasAnyAuthority]</#comment>
<#macro outputHasAnyAuthorityAnnotation permissionTag> <#macro outputHasAnyAuthorityAnnotation permissionTag>
@PreAuthorize("hasAnyAuthority('ROLE_SUPERADMIN','${permissionTag}')") @PreAuthorize("hasAnyAuthority('ROLE_SUPERADMIN','${permissionTag}')")
</#macro> </#macro>
<#comment>输出实体批处理权限注解[hasAnyAuthority]</#comment> <#comment>输出实体批处理权限注解[hasAnyAuthority]</#comment>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册