Commit a7c87389 by wang_jiaxing

日志记录

parent bbb028e8
......@@ -16,6 +16,6 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface CheckAuthorization {
CheckType type();
boolean checkIp();
CheckType type() default CheckType.FW;
boolean checkIp() default true;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment