maven
4 天以前 70311fa2ef209f1bafe89a332388c418be1587c4
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> {
}