ed892fc7a237586f493f8a27a51989385f16e7eb.svn-base 411 B

1234567891011121314151617
  1. package org.jeecg.modules.demo.hzz.hhhj.glfwx.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.hhhj.glfwx.entity.RmHhglfwx;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: rm_hhglfwx
  8. * @Author: jeecg-boot
  9. * @Date: 2021-12-29
  10. * @Version: V1.0
  11. */
  12. public interface RmHhglfwxMapper extends BaseMapper<RmHhglfwx> {
  13. }