949b2a4e2352d6137cc424f459a8bf792cc2a578.svn-base 410 B

1234567891011121314151617
  1. package org.jeecg.modules.demo.hzz.sjcjrw.rmqtcj.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.sjcjrw.rmqtcj.entity.RmQtcj;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: 其他采集
  8. * @Author: jeecg-boot
  9. * @Date: 2022-04-22
  10. * @Version: V1.0
  11. */
  12. public interface RmQtcjMapper extends BaseMapper<RmQtcj> {
  13. }