package org.jeecg.modules.demo.hzz.yhyc.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import org.jeecg.modules.demo.hzz.yhyc.entity.RmJbxx; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @Description: 基本信息表 * @Author: jeecg-boot * @Date: 2021-11-26 * @Version: V1.0 */ public interface RmJbxxMapper extends BaseMapper { }