edb77a583914748929cf60c3a54324721c3ee563.svn-base 408 B

1234567891011121314151617
  1. package org.jeecg.modules.demo.hzz.xxgl.hdmx.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.xxgl.hdmx.entity.RmHdmxb;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: 河道明细表
  8. * @Author: jeecg-boot
  9. * @Date: 2022-04-06
  10. * @Version: V1.0
  11. */
  12. public interface RmHdmxbMapper extends BaseMapper<RmHdmxb> {
  13. }