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