From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期六, 18 一月 2020 12:06:27 +0800
Subject: [PATCH] 用户注册信息

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java
index 4131386..9e1b2ac 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java
@@ -91,7 +91,7 @@
 	 * @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;
 
 	/**
 	 * 娣诲姞绠�鐗堝晢鍝佸埌閫夊搧搴�
@@ -101,4 +101,16 @@
 	 */
 	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;
+
 }

--
Gitblit v1.8.0