dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
特定的294L用户转andao不扣手续费
xiaoyong931011
2023-06-21
0e8fd65e0a369f6326e844d7cb0ad0f99f49ab44
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
common
/
annotation
/
SubmitRepeat.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.common.annotation;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface SubmitRepeat {
}