From ef35833dc0469137d1f8e23df7665902de115135 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Mon, 16 Dec 2024 10:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B5=8B=E8=AF=95=E7=B1=BB?= =?UTF-8?q?=E6=89=80=E5=9C=A8=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dto}/test/PagingAndSortingQueryParamsTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/test/java/xyz/zhouxy/plusone/commons/{queryparams => model/dto}/test/PagingAndSortingQueryParamsTests.java (99%) diff --git a/src/test/java/xyz/zhouxy/plusone/commons/queryparams/test/PagingAndSortingQueryParamsTests.java b/src/test/java/xyz/zhouxy/plusone/commons/model/dto/test/PagingAndSortingQueryParamsTests.java similarity index 99% rename from src/test/java/xyz/zhouxy/plusone/commons/queryparams/test/PagingAndSortingQueryParamsTests.java rename to src/test/java/xyz/zhouxy/plusone/commons/model/dto/test/PagingAndSortingQueryParamsTests.java index d6241bc..e94c7d5 100644 --- a/src/test/java/xyz/zhouxy/plusone/commons/queryparams/test/PagingAndSortingQueryParamsTests.java +++ b/src/test/java/xyz/zhouxy/plusone/commons/model/dto/test/PagingAndSortingQueryParamsTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package xyz.zhouxy.plusone.commons.queryparams.test; +package xyz.zhouxy.plusone.commons.model.dto.test; import java.io.IOException; import java.time.LocalDate;