公告板
版本库
filestore
活动
搜索
登录
main
/
ycl-airport-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
资讯相关接口,栏目相关接口2
fangyuan
2022-11-18
c9d9a680d60722048fec46019b4a7ca36f821c58
[ycl-airport-server.git]
/
ycl-common
/
src
/
main
/
java
/
com
/
ycl
/
annotation
/
LogSave.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ycl.annotation;
import java.lang.annotation.*;
@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface LogSave {
String operationType() default "";
String contain() default "";
}