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