From b86e487a47690abfec8dbc2f96d7be7676ed0291 Mon Sep 17 00:00:00 2001 From: zhaojun <873019219@qq.com> Date: Sat, 27 May 2023 16:51:09 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=96=B0=E5=A2=9E=E8=BE=85?= =?UTF-8?q?=E5=8A=A9=E6=B5=8B=E8=AF=95=20ant=20=E8=A1=A8=E8=BE=BE=E5=BC=8F?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model/request/TestAntPathMatcherRequest.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/java/im/zhaojun/zfile/module/config/model/request/TestAntPathMatcherRequest.java diff --git a/src/main/java/im/zhaojun/zfile/module/config/model/request/TestAntPathMatcherRequest.java b/src/main/java/im/zhaojun/zfile/module/config/model/request/TestAntPathMatcherRequest.java new file mode 100644 index 0000000..0715123 --- /dev/null +++ b/src/main/java/im/zhaojun/zfile/module/config/model/request/TestAntPathMatcherRequest.java @@ -0,0 +1,12 @@ +package im.zhaojun.zfile.module.config.model.request; + +import lombok.Data; + +@Data +public class TestAntPathMatcherRequest { + + private String antPath; + + private String testPath; + +}