dashboard
repositories
filestore
activity
search
login
main
/
train_exam
教育考试系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
change captcha
kongzy
2024-11-07
41c7e0ebcdaa27eef33c86f2c455bee0df9a38d3
[train_exam.git]
/
exam-common
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
common
/
validate
/
ResourceGroup.java
1
2
3
4
5
6
7
8
9
package com.gkhy.exam.common.validate;
import javax.validation.groups.Default;
/**
* 资源校验分组
*/
public interface ResourceGroup extends Default {
}