| | |
| | | import org.springframework.cache.annotation.Cacheable;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | import com.yeshi.fanli.dao.brand.BrandGoodsCaheDao;
|
| | | import com.yeshi.fanli.dao.brand.BrandShopCaheDao;
|
| | | import com.yeshi.fanli.dao.mybatis.brand.BrandInfoMapper;
|
| | | import com.yeshi.fanli.entity.brand.BrandInfo;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoShop;
|
| | |
| | | @Resource
|
| | | private BrandClassShopService brandClassShopService;
|
| | |
|
| | | @Resource
|
| | | private BrandShopCaheDao brandShopCaheDao;
|
| | | |
| | | @Resource
|
| | | private BrandGoodsCaheDao brandGoodsCaheDao;
|
| | | |
| | | |
| | |
|
| | | @Override
|
| | | public void saveObject(BrandInfo record) throws BrandInfoException{
|
| | |
| | | public long countBrandInfo(Long cid){
|
| | | return brandClassShopService.countBrandShopinfo(cid);
|
| | | }
|
| | | |
| | | |
| | | public void addShopAndGoods(BrandInfo record) {
|
| | | |
| | | }
|
| | | |
| | | }
|