feige
3 天以前 3e6e5a5300c8b41af08f51a3932b230f9fcb9935
archiveManager/src/main/java/com/ruoyi/service/IArchiverecordstouserService.java
@@ -1,5 +1,7 @@
package com.ruoyi.service;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.domain.ArchiveRecords;
import com.ruoyi.domain.Archiverecordstouser;
import java.util.List;
@@ -10,8 +12,11 @@
 * @author ruoyi
 * @date 2025-07-20
 */
public interface IArchiverecordstouserService
public interface IArchiverecordstouserService
{
    public int insertRecordToUsers(String recordId, Long[] userIds);
    AjaxResult selectDataList(Archiverecordstouser archiverecordstouser, Integer pageNum, Integer pageSize);
    /**
     * 查询【请填写功能名称】
     * 
@@ -59,4 +64,11 @@
     * @return 结果
     */
    public int deleteArchiverecordstouserById(Long id);
    public int deleteArchiverecordstouserByRecordId(String recordId, Long userId);
    public int queryArchiverecordstouserByRecordId(String recordId, Long userId);
}