QcCasesEntryPagedataMapper.java 345 B

12345678910111213141516
  1. package com.diagbot.mapper;
  2. import com.diagbot.entity.QcCasesEntryPagedata;
  3. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  4. /**
  5. * <p>
  6. * 质控条目对应页面数据映射表 Mapper 接口
  7. * </p>
  8. *
  9. * @author gaodm
  10. * @since 2020-04-20
  11. */
  12. public interface QcCasesEntryPagedataMapper extends BaseMapper<QcCasesEntryPagedata> {
  13. }