package com.dobbinsoft.fw.launcher.inter; /** * 自定义文件上传路径 */ public interface BeforeFileUploadPath { public String setPath(String defaultPath); }