dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(table): 添加合计行功能 - 在 mallMemberList.html 中添加了 totalRow 属性,用于显示碳币和碳积分的合计...
KKSU
2024-12-19
cadeca36ff86f74371c77a05dc8422abc1e48855
[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 {
}