- package com.diagbot.mapper;
- import com.diagbot.entity.QcCasesEntryPagedata;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * 质控条目对应页面数据映射表 Mapper 接口
- * </p>
- *
- * @author gaodm
- * @since 2020-04-20
- */
- public interface QcCasesEntryPagedataMapper extends BaseMapper<QcCasesEntryPagedata> {
- }
|