admin
2021-01-27 e1a62ec62e7331d97af9302e90e1ce44af8235eb
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java
@@ -3,6 +3,7 @@
import java.util.List;
import java.util.Set;
import com.yeshi.fanli.entity.SystemEnum;
import com.yeshi.fanli.entity.bus.user.UserGoodsStorage;
import com.yeshi.fanli.exception.share.UserShareGoodsRecordException;
import com.yeshi.fanli.exception.user.UserGoodsStorageException;
@@ -105,11 +106,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;
}