| | |
| | | package com.yeshi.fanli.service.inter.user.cloud;
|
| | |
|
| | | import java.util.List;
|
| | | import java.util.Set;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.cloud.UserCloudGoods;
|
| | | import com.yeshi.fanli.exception.user.cloud.UserCloudGoodsException;
|
| | |
| | | * @param goodsType
|
| | | * @throws UserCloudGoodsException
|
| | | */
|
| | | public void addGoods(Long uid, Set<Long> set, Integer goodsType) throws UserCloudGoodsException;
|
| | | public UserCloudGoods addGoods(Long uid, Long goodsId, Integer goodsType, Long sellerId) throws UserCloudGoodsException;
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | */
|
| | | public void updateByPrimaryKeySelective(UserCloudGoods record);
|
| | |
|
| | | |
| | | |
| | | /**
|
| | | * 查询
|
| | | * @param page
|
| | | * @param pageSize
|
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | public List<UserCloudGoods> query(int page, int pageSize, String key);
|
| | |
|
| | | public long count(String key);
|
| | |
|
| | | /**
|
| | | * 选品库
|
| | | * @param uid
|
| | | */
|
| | | public void sendGoodsMQMsg(Long uid);
|
| | | }
|