heheng
2025-12-03 430477c7e0777531f22fc18dc8906ea75cdc21d9
multi-system/src/main/java/com/gkhy/exam/system/mapper/ProjectDocumentMapper.java
@@ -11,5 +11,6 @@
public interface ProjectDocumentMapper extends BaseMapper<ProjectDocument> {
    Integer insertBaths(@Param("projectDocuments") List<ProjectDocument> projectDocuments);
    List<ProjectDocument> selectDocumentList(@Param("companyId") Integer companyId, @Param("itemId") Integer itemId, @Param("catalogueId") Integer catalogueId);
    List<ProjectDocument> selectDocumentList(@Param("companyId") Integer companyId, @Param("itemId") Integer itemId,
                                             @Param("catalogueId") Integer catalogueId,@Param("documentType") Integer documentType);
}