zhangjian
2023-06-02 c4c6484a6e6d18e56ec6791db3585aae39c8584d
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 {
 
}