package cn.timer.api.dao.qyxx;

import cn.timer.api.bean.qyxx.CmsContentRead;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springframework.stereotype.Repository;

/**
 * 文件传阅表
 *
 * @author wuqingjun
 * @email 284718418@qq.com
 * @date 2022-06-23
 */
@Repository
public interface CmsContentReadMapper extends BaseMapper<CmsContentRead> {

}