吉安感知网项目-后端
linwei
2026-07-30 b74ef6a2df1e048bfe6606404241c2411399c6f8
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);
}