吉安感知网项目-后端
linwei
2026-02-09 4f20a60bd9cbcf3febb29ffcbd39ed93b38ae67e
drone-service/drone-gd/src/main/java/org/sxkj/gd/orderdata/mapper/GdSupplyDemandAuditAttachmentMapper.java
@@ -51,4 +51,20 @@
    */
   List<GdSupplyDemandAuditAttachmentExcel> exportGdSupplyDemandAuditAttachment(@Param("ew") Wrapper<GdSupplyDemandAuditAttachmentEntity> queryWrapper);
   /**
    * 批量新增附件
    *
    * @param attachments
    * @return
    */
   int insertSupplyDemandAuditAttachments(@Param("attachments") List<GdSupplyDemandAuditAttachmentEntity> attachments);
   /**
    * 按需求ID查询附件
    *
    * @param demandId
    * @return
    */
   List<GdSupplyDemandAuditAttachmentVO> selectSupplyDemandAuditAttachmentList(@Param("demandId") Long demandId);
}