陈昶聿
2026-05-26 4e0a8df3d4e90bd11c1868bd75725eee6c635e5f
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.common.annotation;
 
import java.lang.annotation.*;
 
@Inherited
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface IpWhitelist {
}