feat: 回滚字典值.

This commit is contained in:
lijiahangmax
2023-10-31 01:32:13 +08:00
parent ada22636b3
commit 9a23b0634b
11 changed files with 277 additions and 15 deletions

View File

@@ -1,5 +1,7 @@
package com.orion.ops.framework.common.validator.group;
import javax.validation.groups.Default;
/**
* 分页验证分组
*
@@ -7,5 +9,5 @@ package com.orion.ops.framework.common.validator.group;
* @version 1.0.0
* @since 2023/9/1 19:13
*/
public interface Id {
public interface Id extends Default {
}

View File

@@ -1,5 +1,7 @@
package com.orion.ops.framework.common.validator.group;
import javax.validation.groups.Default;
/**
* 分页验证分组
*
@@ -7,5 +9,5 @@ package com.orion.ops.framework.common.validator.group;
* @version 1.0.0
* @since 2023/9/1 19:13
*/
public interface Page {
public interface Page extends Default {
}