mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
✨ 新增辅助测试 ant 表达式请求参数
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user