yujian
2020-04-28 f8cde8ffcf0fa634e6cc80d36a2c310a4363f8cf
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java
@@ -105,11 +105,12 @@
    * 创建分享
    * @param uid
    * @param listStorageID
    * @param needDrawPicture是否需要绘图
    * @return
    * @throws UserGoodsStorageException
    * @throws UserShareGoodsRecordException
    */
   public JSONObject createShareV2(Long uid, List<Long> listStorageID)
   public JSONObject createShareV2(Long uid, List<Long> listStorageID,boolean needDrawPicture)
         throws UserGoodsStorageException, UserShareGoodsRecordException;
}