yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/service/pd/document/MesPdDocumentService.java
@@ -6,12 +6,13 @@
import cn.iocoder.yudao.module.mes.dal.dataobject.pd.document.MesPdDocumentDO;
import jakarta.validation.Valid;
import java.util.Collection;
import java.util.List;
/**
 * MES 设计资料 Service 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface MesPdDocumentService {
@@ -62,6 +63,14 @@
    List<MesPdDocumentDO> getDocumentListByProjectId(Long projectId);
    /**
     * 批量获得指定多个设计项目下的资料列表
     *
     * @param projectIds 设计项目ID集合
     * @return 资料列表
     */
    List<MesPdDocumentDO> getDocumentListByProjectIds(Collection<Long> projectIds);
    /**
     * 删除指定设计项目下的所有资料
     *
     * @param projectId 设计项目ID