heheng
7 天以前 879f9bee74d45a48fc98520d804416f15257be00
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);
}