| | |
| | | public FileInfo feignUpload(@RequestPart("file") MultipartFile file,@RequestParam String imgType) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public FileInfo baseUplaod(String file, String imgType) { |
| | | public FileInfo baseUplaod(String file, String imgType, String hospitalId, String departmentId) { |
| | | return null; |
| | | } |
| | | |
| | |
| | | public ResultBody baseDownLoad(Map<String, Object> map) throws Exception { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public FileInfo byteUplaod(String fileName, byte[] bytes) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public FileInfo feignUploadHosIdAndDepId(MultipartFile file, String imgType, String hospitalId, String departmentId) { |
| | | return null; |
| | | } |
| | | }; |
| | | } |
| | | } |