package com.example.api.annotation;
import com.example.api.model.enums.BusincessType;
import java.lang.annotation.*;
@Target(ElementType.METHOD) //目标类型
@Retention(RetentionPolicy.RUNTIME) //作用范围
@Documented
public @interface Log {
/*
功能模块
*/
String moudle() default "";
/*
操作类型
*/
BusincessType type();
}
最近下载更多
GakkiMarryMe LV9
12月13日
GakkiMarryMe LV9
12月13日
vincemokea LV9
10月12日
ttg2025 LV3
9月5日
38735466 LV11
8月4日
yifeng868 LV9
6月23日
5418888 LV3
5月13日
luhong LV5
5月6日
xp95323 LV15
3月6日
hubugai1 LV11
2月20日

最近浏览
