liurunyu
2024-06-28 6a6d287641a28ad19dfa1c319fe7a9191ef9ad52
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 {
}