package com.gkhy.exam.common.validate; import javax.validation.groups.Default; /** * 资源校验分组 */ public interface ResourceGroup extends Default { }