yys
maven
昨天 811a64b2dff423461639a9f6040cf2b289430919
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> {
}