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