yujian
2019-07-09 e287059e3f371d36e979910aad0efc8a738a11d3
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 updateShareState(Long shareId);
}