dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(common): 优化文件上传逻辑
KKSU
2025-03-17
faaf907706c62c81c2a91092b950b30c89159afc
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
common
/
annotation
/
SubmitRepeat.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.common.annotation;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface SubmitRepeat {
}