吉安感知网项目-后端
linwei
2026-08-04 89fd0b6ff97e90220376cec824eaf8eabb9d0a3e
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);
}