接口 ImportEmlAttchMentsService
-
- 所有已知实现类:
ImportEmlAttchMentsServiceImpl
public interface ImportEmlAttchMentsService
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ImportEmlAttchMentsgetById(String id)List<ImportEmlAttchMents>listByImportEmlId(String importEmlId)voidsaveAttchMents(String importEmlId, String fileName, Long fileSize, InputStream file)
-
-
-
方法详细资料
-
saveAttchMents
void saveAttchMents(String importEmlId, String fileName, Long fileSize, InputStream file)
-
listByImportEmlId
List<ImportEmlAttchMents> listByImportEmlId(String importEmlId)
-
getById
ImportEmlAttchMents getById(String id)
-
-