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();
}
最近下载更多
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日
微信网友_7371218154688512 LV4
2月5日
微信网友_6961718086799360 LV2
2024年12月22日

最近浏览
