吉安感知网项目-后端
xiebin
2026-01-21 c84b9c443d33f0fa8619a4d929363b4ec7b0c9a1
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);
}