package com.example.gb.dao; import com.example.gb.bean.LivePindao; import com.example.gb.bean.vo.LivePindaoVO; import org.apache.ibatis.annotations.Mapper; import java.util.List; @Mapper public interface GoldbeanPindaoMapper { List getPindaoList(); }