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/BanLiShopGoodsSetPayService.java | 176 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 88 insertions(+), 88 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetPayService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetPayService.java index d8fb4bc..63dcb4f 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetPayService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetPayService.java @@ -1,88 +1,88 @@ -package com.yeshi.fanli.service.inter.shop; - -import java.util.List; - -import com.yeshi.fanli.entity.shop.BanLiShopGoodsSetsPay; -import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetException; -import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetPayException; - -/** - * 鏉挎牀鍟嗗煄鍟嗗搧濂楅鏀粯鏂瑰紡閰嶇疆鏈嶅姟 - * - * @author Administrator - * - */ -public interface BanLiShopGoodsSetPayService { - - /** - * 鏌ヨ鍟嗗搧涓嬬殑鎵�鏈夊椁� - * - * @param goodsId - * @return - */ - public List<BanLiShopGoodsSetsPay> listByGoodsSetId(Long goodsSetId); - - /** - * 璁$畻鍟嗗搧涓嬬殑濂楅鏁伴噺 - * - * @param goodsId - * @return - */ - public int countByGoodsSetId(Long goodsSetId); - - /** - * 涓婚敭鏌ヨ - * - * @param id - * @return - */ - public BanLiShopGoodsSetsPay selectByPrimaryKey(Long id); - - /** - * 娣诲姞濂楅 - * - * @param set - */ - public void addSetPay(BanLiShopGoodsSetsPay pay) throws BanLiShopGoodsSetPayException; - - /** - * 鎸変富閿洿鏂� - * - * @param set - */ - public void updateSelectiveByPrimaryKey(BanLiShopGoodsSetsPay pay); - - /** - * 鎵归噺鍒犻櫎 - * - * @param idsList - */ - public void delete(List<Long> idsList); - - /** - * 鎸変富閿垹闄� - * - * @param id - */ - public void deleteByPrimaryKey(Long id); - - /** - * 鏌ヨ琛� - * @param page - * @param pageSize - * @param key - * @param payType - * @return - */ - public List<BanLiShopGoodsSetsPay> listQuery(int page, int pageSize, String key, Integer payType, Long setId); - - public long countQuery(String key, Integer payType, Long setId); - - /** - * 鍚庡彴缂栬緫 - * @param record - * @throws BanLiShopGoodsSetException - */ - public void saveObject(BanLiShopGoodsSetsPay record) throws BanLiShopGoodsSetPayException; - -} +package com.yeshi.fanli.service.inter.shop; + +import java.util.List; + +import com.yeshi.fanli.entity.shop.BanLiShopGoodsSetsPay; +import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetException; +import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetPayException; + +/** + * 鏉挎牀鍟嗗煄鍟嗗搧濂楅鏀粯鏂瑰紡閰嶇疆鏈嶅姟 + * + * @author Administrator + * + */ +public interface BanLiShopGoodsSetPayService { + + /** + * 鏌ヨ鍟嗗搧涓嬬殑鎵�鏈夊椁� + * + * @param goodsId + * @return + */ + public List<BanLiShopGoodsSetsPay> listByGoodsSetId(Long goodsSetId); + + /** + * 璁$畻鍟嗗搧涓嬬殑濂楅鏁伴噺 + * + * @param goodsId + * @return + */ + public int countByGoodsSetId(Long goodsSetId); + + /** + * 涓婚敭鏌ヨ + * + * @param id + * @return + */ + public BanLiShopGoodsSetsPay selectByPrimaryKey(Long id); + + /** + * 娣诲姞濂楅 + * + * @param set + */ + public void addSetPay(BanLiShopGoodsSetsPay pay) throws BanLiShopGoodsSetPayException; + + /** + * 鎸変富閿洿鏂� + * + * @param set + */ + public void updateSelectiveByPrimaryKey(BanLiShopGoodsSetsPay pay); + + /** + * 鎵归噺鍒犻櫎 + * + * @param idsList + */ + public void delete(List<Long> idsList); + + /** + * 鎸変富閿垹闄� + * + * @param id + */ + public void deleteByPrimaryKey(Long id); + + /** + * 鏌ヨ琛� + * @param page + * @param pageSize + * @param key + * @param payType + * @return + */ + public List<BanLiShopGoodsSetsPay> listQuery(int page, int pageSize, String key, Integer payType, Long setId); + + public long countQuery(String key, Integer payType, Long setId); + + /** + * 鍚庡彴缂栬緫 + * @param record + * @throws BanLiShopGoodsSetException + */ + public void saveObject(BanLiShopGoodsSetsPay record) throws BanLiShopGoodsSetPayException; + +} -- Gitblit v1.8.0