fei
2 天以前 e899d2709f21b322232fb64778fef296233be3f0
archiveManager/src/main/java/com/ruoyi/service/IArchiverecordstouserService.java
@@ -25,6 +25,9 @@
     */
    public Archiverecordstouser selectArchiverecordstouserById(Long id);
    public boolean selectArchiveRecordUsers(String recordId);
    /**
     * 查询【请填写功能名称】列表
     * 
@@ -64,4 +67,11 @@
     * @return 结果
     */
    public int deleteArchiverecordstouserById(Long id);
    public int deleteArchiverecordstouserByRecordId(String recordId, Long userId);
    public int queryArchiverecordstouserByRecordId(String recordId, Long userId);
}