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