package com.fjhx.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.fjhx.entity.FileInfo; /** *

* 文件 Mapper 接口 *

* * @author ${author} * @since 2022-07-07 */ public interface FileInfoMapper extends BaseMapper { }