危化品全生命周期管理后端
“djh”
9 天以前 c04f2d4a58bd72449b2212ed2f8b0c3ac9ec96be
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.gkhy.hazmat.common.annotation;
 
import java.lang.annotation.*;
 
/**
 * 匿名访问不鉴权注解
 * 
 * @author ruoyi
 */
@Target({ ElementType.METHOD, ElementType.TYPE })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Anonymous
{
}