仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PM20230220027_Service
月球大数据地理空间分析展示平台-【后端】-月球后台服务
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1
13693261870
2024-11-11
fee67ca8a0760315047a52fc4101a8f4f80b7a7f
[PM20230220027_Service.git]
/
src
/
main
/
java
/
com
/
moon
/
server
/
annotation
/
SysLog.java
1
2
3
4
5
6
7
8
9
10
11
package com.moon.server.annotation;
import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@SuppressWarnings("ALL")
public @interface SysLog {
String value() default "";
}