| | |
| | | package com.kidgrow.filecenter.config; |
| | | |
| | | import cn.hutool.core.util.StrUtil; |
| | | import com.aliyun.oss.model.OSSObject; |
| | | import com.kidgrow.filecenter.model.FileInfo; |
| | | import com.kidgrow.filecenter.properties.FileServerProperties; |
| | | import com.kidgrow.filecenter.service.impl.AbstractIFileService; |
| | |
| | | } |
| | | |
| | | @Override |
| | | protected void fileUpLoadOss(FileInfo fileInfo, String newFilePath, InputStream fileStream) { |
| | | protected void fileUpLoadOss(FileInfo fileInfo, String newFilePath, InputStream fileStream,String fileFolder) { |
| | | |
| | | } |
| | | |
| | | @Override |
| | | protected String FilePath(String imgType, String folderByDate) { |
| | | protected String FilePath(String imgType, String folderByDate,String hospitalId,String departmentId) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | protected OSSObject down(String url) { |
| | | return null; |
| | | } |
| | | |