zhangnaisong
2024-07-24 1ca9656140c41165459dfb6f6b7606b3aa6a8747
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 {
}