springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComSanshuoExpertDao.java
@@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.panzhihua.common.model.vos.sanshuo.ComSanshuoExpertVO; import com.panzhihua.service_community.entity.ComSanshuoExpert; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; /** @@ -12,6 +13,7 @@ * @createDate 2022-09-06 14:17:37 * @Entity generator.entity.ComSanshuoExpert */ @Mapper public interface ComSanshuoExpertDao extends BaseMapper<ComSanshuoExpert> { /**