危化品全生命周期管理后端
“djh”
2025-05-07 da2c594ade5d69621dd11a13bb758477e2dc079e
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
{
}