bug
jiangqs
2023-07-23 1987c54a9986885fb8e1ab491783cbd6f5e9f6bc
1
2
3
4
5
package top.gabin.tools.request;
 
public interface GetPath {
    String getPath();
}