package com.example.gb.service; import com.example.gb.util.Result; public interface GoldbeanPindaoService { Result getPindaoList(); }