chore(core): 调整 CheckUtils 等校验类到 util.validation 包下

This commit is contained in:
2025-07-04 21:06:28 +08:00
parent 54ef6c6652
commit 78a7904c2f
16 changed files with 19 additions and 19 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.starter.core.util;
package top.continew.starter.core.util.validation;
import cn.hutool.core.text.CharSequenceUtil;
import top.continew.starter.core.constant.StringConstants;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.starter.core.util;
package top.continew.starter.core.util.validation;
import cn.hutool.core.text.CharSequenceUtil;
import top.continew.starter.core.exception.BadRequestException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package top.continew.starter.core.util;
package top.continew.starter.core.util.validation;
import cn.hutool.core.text.CharSequenceUtil;
import cn.hutool.core.util.ObjectUtil;