喻健
2018-12-19 9f09e749e7198051b9af6c2421336a80b58b79a4
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserShareGoodsRecordService.java
@@ -1,6 +1,7 @@
package com.yeshi.fanli.service.inter.user;
import java.util.List;
import java.util.Map;
import net.sf.json.JSONObject;
@@ -17,8 +18,6 @@
   public int updateByPrimaryKeySelective(UserShareGoodsRecord record);
   public int updateByPrimaryKey(UserShareGoodsRecord record);
   public UserShareGoodsRecord selectByPrimaryKey(Long id);
   
   /**
@@ -59,7 +58,7 @@
    * @param listGoods 商品集合
    * @throws UserShareGoodsRecordException
    */
   public JSONObject save(Long uid, ShareSourceTypeEnum source, String title, List<TaoBaoGoodsBrief> listGoods)
   public Map<String,Object> save(Long uid, ShareSourceTypeEnum source, String title, List<TaoBaoGoodsBrief> listGoods)
         throws UserShareGoodsRecordException;
   /**