package org.jeecg.modules.demo.hzz.hhhj.hdzhx.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import org.jeecg.modules.demo.hzz.hhhj.hdzhx.entity.Hdzhx; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @Description: 河道中泓线 * @Author: jeecg-boot * @Date: 2022-01-26 * @Version: V1.0 */ public interface HdzhxMapper extends BaseMapper { }