首页>代码>Spring Boot+layui+Apache Shiro+MyBatis前后端分离版开发通用网站后台管理系统-呕心原创力作>/Easy9/src/main/java/org/colin/aop/annotation/CheckLicense.java
package org.colin.aop.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @Description: 用于校验授权信息
* @ClassName: CheckLicense
* @Author: wujiangbo
* @Date: 2020/7/10 0010 9:40
* @Version: 1.1.0
*/
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface CheckLicense {
String[] vertifys() default{};
}
最近下载更多
jiuliuge LV2
11月11日
TY0165 LV20
2024年6月21日
llllllK LV5
2024年5月13日
adminstort LV3
2024年4月15日
微信网友_6902352269217792 LV3
2024年3月12日
WBelong LV8
2023年12月27日
aaaaooa LV4
2023年11月3日
微信网友_6639255622307840 LV1
2023年9月7日
zhy1989wz LV7
2023年7月6日
GakkiMarryMe LV9
2023年5月20日

最近浏览