提交 08641371 编写于 作者: M megagao

添加了文件service接口

上级 d37d6de8
package org.hqu.production_ms.service;
import java.util.Map;
import org.springframework.web.multipart.MultipartFile;
public interface FileService {
Map uploadFile(MultipartFile uploadFile);
boolean deleteFile(String filename);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册