资源相关
This commit is contained in:
		
							
								
								
									
										12
									
								
								src/main/java/com/yj/earth/annotation/CheckAuth.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								src/main/java/com/yj/earth/annotation/CheckAuth.java
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
package com.yj.earth.annotation;
 | 
			
		||||
 | 
			
		||||
import java.lang.annotation.*;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 授权验证注解
 | 
			
		||||
 */
 | 
			
		||||
@Target({ElementType.METHOD})
 | 
			
		||||
@Retention(RetentionPolicy.RUNTIME)
 | 
			
		||||
@Documented
 | 
			
		||||
public @interface CheckAuth {
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user