| | |
| | | package com.yeshi.fanli.service.inter.brand;
|
| | |
|
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.dto.jd.JDShopInfo;
|
| | |
| | | * @param auctionId
|
| | | * @param sellerId
|
| | | */
|
| | | public boolean addBrandShopTB(Long brandId, Long auctionId, Long sellerId);
|
| | | public boolean addBrandShopTB(BrandInfo brandInfo, Long auctionId, Long sellerId);
|
| | |
|
| | | /**
|
| | | * 添加京东店铺信息
|
| | |
| | | * 添加拼多多店铺
|
| | | * @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);
|
| | |
|
| | | }
|