zhangnaisong
2024-01-23 b5bb69ff301470233bf193959f1a1c4553aaf86b
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 {
}