yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandShopCaheService.java
@@ -1,5 +1,6 @@
package com.yeshi.fanli.service.inter.brand;
import java.util.Date;
import java.util.List;
import com.yeshi.fanli.dto.jd.JDShopInfo;
@@ -28,7 +29,7 @@
    * @param auctionId
    * @param sellerId
    */
   public boolean addBrandShopTB(Long brandId, Long auctionId, Long sellerId);
   public boolean addBrandShopTB(BrandInfo brandInfo, Long auctionId, Long sellerId);
   /**
    * 添加京东店铺信息
@@ -41,6 +42,17 @@
    * 添加拼多多店铺
    * @param brandInfo
    */
   public void addBrandShopPDD(BrandInfo brandInfo);
   public int addBrandShopPDD(BrandInfo brandInfo);
   /**
    * 删除之前的
    * @param createTime
    */
   public void removeAgoByDate(Date createTime);
   public void removeByBrandId(Long brandId);
   public void removeByDateAndType(Long brandId, int type, Date date);
}