军标库

This commit is contained in:
ZZX9599
2025-09-23 16:45:42 +08:00
parent 521efbafac
commit 8479d174be
33 changed files with 373 additions and 506 deletions

View File

@ -5,7 +5,7 @@ import java.lang.annotation.*;
/**
* 授权验证注解
*/
@Target({ElementType.METHOD})
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface CheckAuth {