| | |
| | | package com.matrix.system.hive.dao; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import com.matrix.core.pojo.PaginationVO; |
| | | import com.matrix.system.app.vo.ShoppingGoodsDetailVo; |
| | | import com.matrix.system.hive.bean.ShoppingGoodsAssemble; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | public int deleteByGoodsId(@Param("shoppingGoodsId") Long shoppingGoodsId); |
| | | |
| | | public void batchInsert(@Param("list") List<ShoppingGoodsAssemble> list); |
| | | |
| | | List<ShoppingGoodsDetailVo> selectGoodsRelationGoodsList(@Param("goodsId") Long id, @Param("goodsType") String goodsType); |
| | | |
| | | List<ShoppingGoodsAssemble> selectProjIdNotNull(); |
| | | |
| | | Map<String, Object> selectProjInfoById(@Param("id") Long id); |
| | | } |