From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java | 204 +++++++++++++++++++++++++------------------------- 1 files changed, 102 insertions(+), 102 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java index cfcd228..f9e5762 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java @@ -1,102 +1,102 @@ -package com.yeshi.fanli.service.inter.shop; - -import java.util.List; - -import com.yeshi.fanli.entity.shop.BanLiShopGoodsSets; -import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetException; -import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetPayException; - -/** - * 鏉挎牀鍟嗗煄鍟嗗搧濂楅鏈嶅姟 - * - * @author Administrator - * - */ -public interface BanLiShopGoodsSetService { - - /** - * 鏌ヨ鍟嗗搧涓嬬殑鎵�鏈夊椁� - * - * @param goodsId - * @return - */ - public List<BanLiShopGoodsSets> listByGoodsId(Long goodsId); - - /** - * 璁$畻鍟嗗搧涓嬬殑濂楅鏁伴噺 - * - * @param goodsId - * @return - */ - public int countByGoodsId(Long goodsId); - - /** - * 涓婚敭鏌ヨ - * - * @param id - * @return - */ - public BanLiShopGoodsSets selectByPrimaryKey(Long id); - - /** - * 娣诲姞濂楅 - * - * @param set - */ - public void addSet(BanLiShopGoodsSets set) throws BanLiShopGoodsSetException, BanLiShopGoodsSetPayException; - - /** - * 鎸変富閿洿鏂� - * - * @param set - */ - public void updateSelectiveByPrimaryKey(BanLiShopGoodsSets set); - - /** - * 鎵归噺鍒犻櫎 - * - * @param idsList - */ - public void delete(List<Long> idsList); - - /** - * 鎸変富閿垹闄� - * - * @param id - */ - public void deleteByPrimaryKey(Long id); - - /** - * 鍒楄〃鏌ヨ - * @param page - * @param pageSize - * @param key - * @return - */ - public List<BanLiShopGoodsSets> listQuery(int page, int pageSize, String key, Long goodsId); - - public long countQuery(String key, Long goodsId); - - /** - * 閿�閲忓鍔� - * @param id - * @param count - */ - public void addSalesCount(Long id,int count); - - /** - * 鍚庡彴缂栬緫 - * @param record - * @throws BanLiShopGoodsSetException - */ - public void saveObject(BanLiShopGoodsSets record) throws BanLiShopGoodsSetException; - - - /** - * 鐘舵�佸垏鎹� - * @param id - * @throws BanLiShopGoodsSetException - */ - public void switchState(Long id) throws BanLiShopGoodsSetException; - -} +package com.yeshi.fanli.service.inter.shop; + +import java.util.List; + +import com.yeshi.fanli.entity.shop.BanLiShopGoodsSets; +import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetException; +import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetPayException; + +/** + * 鏉挎牀鍟嗗煄鍟嗗搧濂楅鏈嶅姟 + * + * @author Administrator + * + */ +public interface BanLiShopGoodsSetService { + + /** + * 鏌ヨ鍟嗗搧涓嬬殑鎵�鏈夊椁� + * + * @param goodsId + * @return + */ + public List<BanLiShopGoodsSets> listByGoodsId(Long goodsId); + + /** + * 璁$畻鍟嗗搧涓嬬殑濂楅鏁伴噺 + * + * @param goodsId + * @return + */ + public int countByGoodsId(Long goodsId); + + /** + * 涓婚敭鏌ヨ + * + * @param id + * @return + */ + public BanLiShopGoodsSets selectByPrimaryKey(Long id); + + /** + * 娣诲姞濂楅 + * + * @param set + */ + public void addSet(BanLiShopGoodsSets set) throws BanLiShopGoodsSetException, BanLiShopGoodsSetPayException; + + /** + * 鎸変富閿洿鏂� + * + * @param set + */ + public void updateSelectiveByPrimaryKey(BanLiShopGoodsSets set); + + /** + * 鎵归噺鍒犻櫎 + * + * @param idsList + */ + public void delete(List<Long> idsList); + + /** + * 鎸変富閿垹闄� + * + * @param id + */ + public void deleteByPrimaryKey(Long id); + + /** + * 鍒楄〃鏌ヨ + * @param page + * @param pageSize + * @param key + * @return + */ + public List<BanLiShopGoodsSets> listQuery(int page, int pageSize, String key, Long goodsId); + + public long countQuery(String key, Long goodsId); + + /** + * 閿�閲忓鍔� + * @param id + * @param count + */ + public void addSalesCount(Long id,int count); + + /** + * 鍚庡彴缂栬緫 + * @param record + * @throws BanLiShopGoodsSetException + */ + public void saveObject(BanLiShopGoodsSets record) throws BanLiShopGoodsSetException; + + + /** + * 鐘舵�佸垏鎹� + * @param id + * @throws BanLiShopGoodsSetException + */ + public void switchState(Long id) throws BanLiShopGoodsSetException; + +} -- Gitblit v1.8.0