package com.artfess.manage.safty.dao;

import com.artfess.manage.safty.model.CmgtSaftyCheck;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 安全目标考核评分(CmgtSaftyCheck)表数据库访问层
 *
 * @author 黎沐华
 * @since 2023-05-05 09:23:15
 */
public interface CmgtSaftyCheckDao extends BaseMapper<CmgtSaftyCheck> {


}

