Package net.risesoft.api
Class PaperAttachmentApiImpl
- java.lang.Object
-
- net.risesoft.api.PaperAttachmentApiImpl
-
- All Implemented Interfaces:
PaperAttachmentApi
@RestController @RequestMapping(value="/services/rest/paperAttachment", produces="application/json") public class PaperAttachmentApiImpl extends Object implements PaperAttachmentApi附件接口- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description PaperAttachmentApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.risesoft.pojo.Y9Result<Object>delFile(String tenantId, String ids)net.risesoft.pojo.Y9Result<PaperAttachmentModel>findById(String tenantId, String id)net.risesoft.pojo.Y9Result<List<PaperAttachmentModel>>findByProcessSerialNumber(String tenantId, String processSerialNumber)net.risesoft.pojo.Y9Result<Object>saveOrUpdate(String tenantId, PaperAttachmentModel paperAttachmentModel)
-
-
-
Method Detail
-
delFile
public net.risesoft.pojo.Y9Result<Object> delFile(String tenantId, String ids)
- Specified by:
delFilein interfacePaperAttachmentApi
-
findById
public net.risesoft.pojo.Y9Result<PaperAttachmentModel> findById(String tenantId, String id)
- Specified by:
findByIdin interfacePaperAttachmentApi
-
findByProcessSerialNumber
public net.risesoft.pojo.Y9Result<List<PaperAttachmentModel>> findByProcessSerialNumber(String tenantId, String processSerialNumber)
- Specified by:
findByProcessSerialNumberin interfacePaperAttachmentApi
-
saveOrUpdate
public net.risesoft.pojo.Y9Result<Object> saveOrUpdate(String tenantId, PaperAttachmentModel paperAttachmentModel)
- Specified by:
saveOrUpdatein interfacePaperAttachmentApi
-
-