MsReportMapper.java 233 B

1234567891011
  1. package com.bofeng.dao;
  2. import com.baomidou.mybatisplus.mapper.BaseMapper;
  3. import com.bofeng.entity.MsReport;
  4. /**
  5. * @Author: xielianghe
  6. * @Date: 2020/2/4 15:45
  7. */
  8. public interface MsReportMapper extends BaseMapper<MsReport> {
  9. }