首页>代码>SpringBoot+mybatis+layui搭建网站后台权限管理系统contentManagerSystem2.0>/contentManagerSystem/src/main/java/com/yxb/cms/architect/annotation/SystemServiceLog.java
package com.yxb.cms.architect.annotation;
import java.lang.annotation.*;
/**
* 系统级别的Service层自定义注解,拦截Service 层异常
* @author htli
* @date 2017/9/6
*
*/
@Target({ElementType.PARAMETER, ElementType.METHOD})//作用于参数或方法上
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SystemServiceLog {
String description() default "";
}
最近下载更多
ma406805131 LV19
2024年12月20日
15578157792 LV7
2024年10月25日
陈小灏 LV18
2024年6月23日
13521878735 LV3
2024年3月26日
black8angel LV4
2023年12月27日
mq13947193109 LV19
2023年8月1日
淡心伤 LV11
2023年8月1日
jlmarket LV22
2023年6月15日
levmar LV12
2023年1月12日
13285515160 LV1
2022年11月21日

最近浏览