package com.ruoyi.safe.mapper;
|
|
import com.ruoyi.safe.pojo.SafeCertificationFile;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
import org.apache.ibatis.annotations.Mapper;
|
|
/**
|
* <p>
|
* 安全生产--安全规程与资质管理--附件 Mapper 接口
|
* </p>
|
*
|
* @author 芯导软件(江苏)有限公司
|
* @since 2026-01-28 09:45:20
|
*/
|
@Mapper
|
public interface SafeCertificationFileMapper extends BaseMapper<SafeCertificationFile> {
|
|
}
|