zhangnaisong
2023-07-28 88475dd2f3317f3d7bc1b63408567129304f8eed
1
2
3
4
5
6
7
8
9
package com.ruoyi.common.annotation;
 
import java.lang.annotation.*;
 
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SdkOperate {
}