dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/master'
heheng
2025-12-03
430477c7e0777531f22fc18dc8906ea75cdc21d9
[multi_system.git]
/
multi-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 {
}