package com.example.gb.dao; import com.example.gb.bean.vo.LiveOrderVO; import org.apache.ibatis.annotations.Mapper; import java.util.List; @Mapper public interface GoldbeanConsumeMapper { List getLiveConsumeList(LiveOrderVO liveOrderVO); }