| | |
| | | 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; |
| | |
| | | * @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); |
| | | |
| | | /** |
| | | * 查询【请填写功能名称】 |
| | | * |