| | |
| | | * @throws UserGoodsStorageException
|
| | | * @throws UserShareGoodsRecordException
|
| | | */
|
| | | public JSONObject shareGoods(Long uid, List<Long> listStorageID, Integer goodsType) throws UserGoodsStorageException, UserShareGoodsRecordException;
|
| | | public JSONObject shareGoods(Long uid, List<Long> listStorageID) throws UserGoodsStorageException, UserShareGoodsRecordException;
|
| | |
|
| | | /**
|
| | | * 添加简版商品到选品库
|
| | |
| | | */
|
| | | public void addCommonGoods(Long uid, Set<Long> ids) throws UserGoodsStorageException;
|
| | |
|
| | | /**
|
| | | * 创建分享
|
| | | * @param uid
|
| | | * @param listStorageID
|
| | | * @param needDrawPicture是否需要绘图
|
| | | * @return
|
| | | * @throws UserGoodsStorageException
|
| | | * @throws UserShareGoodsRecordException
|
| | | */
|
| | | public JSONObject createShareV2(Long uid, List<Long> listStorageID,boolean needDrawPicture)
|
| | | throws UserGoodsStorageException, UserShareGoodsRecordException;
|
| | |
|
| | | }
|