Package net.risesoft.service.impl
Class PaperAttachmentServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.PaperAttachmentServiceImpl
-
- All Implemented Interfaces:
PaperAttachmentService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class PaperAttachmentServiceImpl extends Object implements PaperAttachmentService- Author:
- : qinman
- Date:
- : 2024-11-07
-
-
Constructor Summary
Constructors Constructor Description PaperAttachmentServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelFile(String ids)删除附件PaperAttachmentfindById(String id)List<PaperAttachment>findbyProcessSerialNumber(String processSerialNumber)voidsaveOrUpdate(PaperAttachment paperAttachment)
-
-
-
Method Detail
-
findById
public PaperAttachment findById(String id)
- Specified by:
findByIdin interfacePaperAttachmentService
-
findbyProcessSerialNumber
public List<PaperAttachment> findbyProcessSerialNumber(String processSerialNumber)
- Specified by:
findbyProcessSerialNumberin interfacePaperAttachmentService
-
saveOrUpdate
@Transactional public void saveOrUpdate(PaperAttachment paperAttachment)
- Specified by:
saveOrUpdatein interfacePaperAttachmentService
-
delFile
@Transactional public void delFile(String ids)
Description copied from interface:PaperAttachmentService删除附件- Specified by:
delFilein interfacePaperAttachmentService
-
-