公告板
版本库
filestore
活动
搜索
登录
main
/
TAI_OTS_FRAMEWORK
[测评系统]--测评系统核心代码库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化图表里的标签显示,设置一定的偏移量,确保标签都在图表内
wzp
2024-07-31
7df8a8bea313a270014a1de4ae0de4c69172c5bf
[TAI_OTS_FRAMEWORK.git]
/
src
/
main
/
java
/
com
/
ots
/
framework
/
interceptor
/
annotation
/
RepeatSubmit.java
1
2
3
4
5
6
7
8
9
package com.ots.framework.interceptor.annotation;
import java.lang.annotation.*;
@Inherited
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RepeatSubmit {
}