dashboard
repositories
filestore
activity
search
login
main
/
hazmat_manage
危化品全生命周期管理后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改仓库库存显示
“djh”
2026-03-20
147466c117b56fad2626217bb259133d8d284360
[hazmat_manage.git]
/
hazmat-common
/
src
/
main
/
java
/
com
/
gkhy
/
hazmat
/
common
/
validate
/
ResourceGroup.java
1
2
3
4
5
6
7
8
9
package com.gkhy.hazmat.common.validate;
import javax.validation.groups.Default;
/**
* 资源校验分组
*/
public interface ResourceGroup extends Default {
}