- package com.fjhx.mapper;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import com.fjhx.entity.FileInfo;
- /**
- * <p>
- * 文件 Mapper 接口
- * </p>
- *
- * @author ${author}
- * @since 2022-07-07
- */
- public interface FileInfoMapper extends BaseMapper<FileInfo> {
- }
|