yujian
2019-05-30 7bc4e47ff73ce936d1f232c90124b99acd507e80
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java
@@ -96,10 +96,4 @@
    */
   public JSONObject shareGoods(Long uid, List<Long> listStorageID) throws UserGoodsStorageException, UserShareGoodsRecordException;
   /**
    * 更新商品状态为已分享
    * @param shareId 分享
    */
   public void updateShareStateByCommonGoodsId(Long shareId);
}