| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.panzhihua.common.model.vos.sanshuo.ComSanShuoIndustryCenterVO; |
| | | import com.panzhihua.service_community.entity.ComSanshuoIndustryCenter; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | /** |
| | |
| | | * @createDate 2022-09-06 14:17:37 |
| | | * @Entity generator.entity.ComSanshuoIndustryCenter |
| | | */ |
| | | @Mapper |
| | | public interface ComSanshuoIndustryCenterDao extends BaseMapper<ComSanshuoIndustryCenter> { |
| | | |
| | | IPage<ComSanShuoIndustryCenterVO> pageIndustryCenter(Page page, @Param("keyWord") String keyWord); |