feat: 命令分组.

This commit is contained in:
lijiahang
2024-01-24 17:39:16 +08:00
parent 49931ba227
commit 7d614f0bdc
30 changed files with 795 additions and 55 deletions

View File

@@ -0,0 +1,13 @@
package com.orion.ops.framework.common.validator.group;
import javax.validation.groups.Default;
/**
* 批量验证分组
*
* @author Jiahang Li
* @version 1.0.0
* @since 2023/9/1 19:13
*/
public interface Batch extends Default {
}