fei
昨天 9b1b0782ecb77d6ee958774da94606478482b063
archiveManager/src/main/java/com/ruoyi/service/IArchiveAnnotationService.java
@@ -1,6 +1,7 @@
package com.ruoyi.service;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.domain.ArchiveAnnotation;
import java.util.List;
@@ -27,8 +28,10 @@
     * @param archiveAnnotation 【请填写功能名称】
     * @return 【请填写功能名称】集合
     */
    public List<ArchiveAnnotation> selectArchiveAnnotationList(ArchiveAnnotation archiveAnnotation);
    public AjaxResult selectArchiveAnnotationList(ArchiveAnnotation archiveAnnotation, Integer pageNum, Integer pageSize);
    public List<ArchiveAnnotation> selectArchiveAnnoList(ArchiveAnnotation archiveAnnotation);
    /**
     * 新增【请填写功能名称】
     *