ADD file via upload

测试1107
fdzcxy212206296 2 months ago
parent 1c54c0bb9f
commit 31ed359870

@ -0,0 +1,13 @@
package com.annotation;
import java.lang.annotation.*;
/**
* Token
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface IgnoreAuth {
}
Loading…
Cancel
Save