package com.lf.server.mapper.bd; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.lf.server.entity.bd.SresistivityEntity; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; import org.springframework.stereotype.Repository; /** * Sresistivity * @author WWW */ @Mapper @Repository public interface SresistivityMapper extends BaseMapper { }