首页>代码>基于SpringBoot+freemarker实现的人事管理系统>/person_system/person-admin/src/main/java/com/person/common/annotation/SysLog.java
/**
*
*
*
*
*
*/
package com.person.common.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 系统日志注解
*
* @author
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SysLog {
String value() default "";
}
最近下载更多
ttg2025 LV3
9月8日
38735466 LV11
8月4日
gann2015 LV25
6月6日
陈小灏 LV18
2月18日
Mhgfhjyrf LV3
2024年12月10日
15953970869 LV6
2024年11月10日
talete LV3
2024年10月10日
微信网友_7134912998903808 LV15
2024年8月29日
255921158 LV5
2024年7月16日
2578193624 LV2
2024年6月1日

最近浏览