@PreAuthorize("@ss.hasPermi('system:post:list')") public list list(SysPost post) {....}
@PreAuthorize 我想要写一个类似这个的功能,想要在 AOP 的 Aspect 的 round 里面去执行注解里面的方法并得到结果要怎么实现啊。。