heheng
2025-12-03 c95d04de9c717a491135aa76c9107c88dc9c7e6c
multi-system/src/main/java/com/gkhy/exam/system/service/ProjectDocumentService.java
@@ -10,7 +10,7 @@
public interface ProjectDocumentService extends IService<ProjectDocument> {
    CommonResult insertprojectDocument(CatalogueProjectDocumentReq projectDocument);
    List<ProjectDocument> selectList(Integer companyId, Integer itemId, Integer catalogueId);
    List<ProjectDocument> selectList(Integer companyId, Integer itemId, Integer catalogueId,Integer documentType);
    CommonResult updateprojectDocument(CatalogueProjectDocumentReq projectDocument);
}