package com.artfess.manage.safty.dao;

import com.artfess.manage.safty.model.CmgtSaftyTargetCheck;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 安全目标考核项定义表(CmgtSaftyTargetCheck)表数据库访问层
 *
 * @author 黎沐华
 * @since 2023-05-04 14:25:03
 */
public interface CmgtSaftyTargetCheckDao extends BaseMapper<CmgtSaftyTargetCheck> {

}

