maven
2025-09-15 c7068341d75ea2b0a4e7d3d563cf1a98b5bd35b9
1
2
3
4
5
6
7
8
9
package com.ruoyi.approve.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.approve.pojo.FileSharing;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface FileSharingMapper extends BaseMapper<FileSharing> {
}