maven
5 天以前 7b4119b7c81d87cfd626a6e830984fa88bfbec50
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> {
}