zhubaomin
2025-04-02 bab406b3393a3df6854ee5970a5a62a33f34e597
1
2
3
4
5
6
7
8
9
package com.dy.common.aop;
 
import java.lang.annotation.*;
 
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Inherited
public @interface SsoAop {
}