zhangjian
2023-06-27 c194bfe56895e5271a13ef173f4d57f578f8131a
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.common.annotation;
 
import java.lang.annotation.*;
 
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SdkOperate {
 
}