Package net.risesoft.service
Interface PaperAttachmentService
-
- All Known Implementing Classes:
PaperAttachmentServiceImpl
public interface PaperAttachmentService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelFile(String ids)删除附件PaperAttachmentfindById(String id)List<PaperAttachment>findbyProcessSerialNumber(String processSerialNumber)voidsaveOrUpdate(PaperAttachment paperAttachment)
-
-
-
Method Detail
-
findById
PaperAttachment findById(String id)
-
findbyProcessSerialNumber
List<PaperAttachment> findbyProcessSerialNumber(String processSerialNumber)
-
saveOrUpdate
void saveOrUpdate(PaperAttachment paperAttachment)
-
delFile
void delFile(String ids)
删除附件- Parameters:
ids-
-
-