feat(data/mp): 新增枚举校验器

This commit is contained in:
2024-11-15 21:53:52 +08:00
parent efb84c936f
commit c7bee0033e
8 changed files with 781 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ import org.slf4j.LoggerFactory;
import org.springframework.data.domain.Sort;
import top.continew.starter.core.exception.BadRequestException;
import top.continew.starter.core.util.ReflectUtils;
import top.continew.starter.core.util.validate.ValidationUtils;
import top.continew.starter.core.validation.ValidationUtils;
import top.continew.starter.data.core.annotation.Query;
import top.continew.starter.data.core.annotation.QueryIgnore;
import top.continew.starter.data.core.enums.QueryType;