|  |  | 
 |  |  | package com.matrix.system.hive.dao; | 
 |  |  |  | 
 |  |  | import com.matrix.core.pojo.PaginationVO; | 
 |  |  | import com.matrix.system.app.dto.ShoppingGoodsListDto; | 
 |  |  | import com.matrix.system.app.vo.ShoppingGoodsListVo; | 
 |  |  | import com.matrix.system.hive.bean.ShoppingGoods; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  |  | 
 |  |  | 
 |  |  |     * @return | 
 |  |  |     */ | 
 |  |  |    public ShoppingGoods selectVipCzGoods(); | 
 |  |  |  | 
 |  |  |    List<ShoppingGoodsListVo> selectShoppingGoodsApiInPage(@Param("record") ShoppingGoodsListDto shoppingGoodsListDto, @Param("pageVo") PaginationVO pageVo); | 
 |  |  |  | 
 |  |  |    int selectShopppingGoodsAipTotal(@Param("record") ShoppingGoodsListDto shoppingGoodsListDto); | 
 |  |  | } |