udpate 补全缺失类

This commit is contained in:
疯狂的狮子li
2021-07-26 13:57:11 +08:00
parent a5fbb1cd1f
commit 11c73d8877
7 changed files with 437 additions and 0 deletions

View File

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

View File

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