drone-service/drone-gd/src/main/java/org/sxkj/gd/orderdata/service/IGdSupplyDemandAuditAttachmentService.java
@@ -49,4 +49,20 @@ */ List<GdSupplyDemandAuditAttachmentExcel> exportGdSupplyDemandAuditAttachment(Wrapper<GdSupplyDemandAuditAttachmentEntity> queryWrapper); /** * 批量新增附件 * * @param attachments * @return */ boolean saveSupplyDemandAuditAttachments(List<GdSupplyDemandAuditAttachmentEntity> attachments); /** * 按需求ID查询附件 * * @param demandId * @return */ List<GdSupplyDemandAuditAttachmentVO> listSupplyDemandAuditAttachments(Long demandId); }