dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mallMember): 注释掉会员列表中的到期时间字段 - 在 mallMemberList.html 文件中,添加了对 '到期时...
KKSU
2024-12-30
3fb300fe477e128976b1583ebc1a57aae372c645
[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 {
}