mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-30 23:00:11 +08:00 
			
		
		
		
	chore(core): 调整 CheckUtils 等校验类到 util.validation 包下
This commit is contained in:
		| @@ -21,7 +21,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; | ||||
| import com.baomidou.mybatisplus.extension.repository.CrudRepository; | ||||
| import top.continew.starter.core.util.ReflectUtils; | ||||
| import top.continew.starter.data.mp.service.IService; | ||||
| import top.continew.starter.core.util.CheckUtils; | ||||
| import top.continew.starter.core.util.validation.CheckUtils; | ||||
|  | ||||
| import java.io.Serializable; | ||||
| import java.lang.reflect.Field; | ||||
|   | ||||
| @@ -28,7 +28,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.ValidationUtils; | ||||
| import top.continew.starter.core.util.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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user