Pu Zhibing
2025-06-11 9a03e46771f68bae27b172c561b6b6f49b5f0505
ruoyi-modules/ruoyi-file/src/main/java/com/ruoyi/file/service/ISysFileService.java
@@ -5,7 +5,7 @@
/**
 * 文件上传接口
 * 
 * @author ruoyi
 * @author jqs
 */
public interface ISysFileService
{
@@ -17,4 +17,6 @@
     * @throws Exception
     */
    public String uploadFile(MultipartFile file) throws Exception;
}