maven
2 天以前 ec50e978f09d5ecf6fc2d3a8649df4fe9649d9f1
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> {
}