add 增加查询校验组

This commit is contained in:
疯狂的狮子li
2021-08-23 18:17:45 +08:00
parent 92a32fe380
commit 5f2f4bb7ef
2 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,9 @@
package com.ruoyi.common.core.validate;
/**
* 校验分组 query
*
* @author Lion Li
*/
public interface QueryGroup {
}