package com.ruoyi.safe.mapper;
|
|
import com.ruoyi.safe.pojo.SafeHiddenFile;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
import org.apache.ibatis.annotations.Mapper;
|
|
/**
|
* <p>
|
* 安全生产--隐患排查上报--附件 Mapper 接口
|
* </p>
|
*
|
* @author 芯导软件(江苏)有限公司
|
* @since 2026-01-28 11:50:05
|
*/
|
@Mapper
|
public interface SafeHiddenFileMapper extends BaseMapper<SafeHiddenFile> {
|
|
}
|