7967d22abdcb176a44e96785da3c091dc984e424.svn-base 427 B

1234567891011121314151617
  1. package org.jeecg.modules.demo.hzz.axgh.hdzraxbyl.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.axgh.hdzraxbyl.entity.RmHdzraxbyl;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: rm_hdzraxbyl
  8. * @Author: jeecg-boot
  9. * @Date: 2022-01-21
  10. * @Version: V1.0
  11. */
  12. public interface RmHdzraxbylMapper extends BaseMapper<RmHdzraxbyl> {
  13. }