| | |
| | | import java.util.List; |
| | | |
| | | import com.matrix.core.pojo.PaginationVO; |
| | | import com.matrix.system.app.vo.ShoppingGoodsDetailVo; |
| | | import com.matrix.system.hive.bean.MoneyCardAssemble; |
| | | import com.matrix.system.hive.bean.ShoppingGoodsCategory; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | |
| | |
| | | public void batchInsert(@Param("list") List<MoneyCardAssemble> newAssemble); |
| | | |
| | | public List<MoneyCardAssemble> selectByCardId(Long cardId); |
| | | |
| | | List<ShoppingGoodsDetailVo> selectCardRelationGoods(@Param("cardId") Long cardId); |
| | | |
| | | List<ShoppingGoodsCategory> selectCardRelationCategory(@Param("cardId") Long cardId); |
| | | } |