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/push/PushGoodsGroupService.java | 144 ++++++++++++++++++++++++------------------------ 1 files changed, 72 insertions(+), 72 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsGroupService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsGroupService.java index 479ac92..c00ef5d 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsGroupService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsGroupService.java @@ -1,72 +1,72 @@ -package com.yeshi.fanli.service.inter.push; - -import java.util.List; - -import com.yeshi.fanli.entity.push.PushGoodsGroup; -import com.yeshi.fanli.exception.push.PushGoodsGroupException; - -public interface PushGoodsGroupService { - - public int deleteByPrimaryKey(Long id) throws PushGoodsGroupException; - - public int insert(PushGoodsGroup record) throws PushGoodsGroupException; - - public int insertSelective(PushGoodsGroup record) throws PushGoodsGroupException; - - public PushGoodsGroup selectByPrimaryKey(Long id) throws PushGoodsGroupException; - - public int updateByPrimaryKeySelective(PushGoodsGroup record) throws PushGoodsGroupException; - - public int updateByPrimaryKey(PushGoodsGroup record) throws PushGoodsGroupException; - - - /** - * 鏍规嵁鎺ㄩ�乮d缁熻 - * @param pushId - * @return - */ - public long countByPushId(Long pushId); - - /** - * 鏍规嵁鎺ㄩ�乮d鍒犻櫎鍟嗗搧 - * @param pushId - * @return - */ - public int deleteByPushId(Long pushId) throws PushGoodsGroupException; - - /** - * 鎵归噺鎻掑叆 - * @param list - * @return - */ - public int insertBatch(List<PushGoodsGroup> list) throws PushGoodsGroupException; - - /** - * 鏍规嵁鎺ㄩ�乮d鏌ヨ - * @param pushId - * @return - */ - public List<PushGoodsGroup> selectByPushId(Long pushId) throws PushGoodsGroupException; - - /** - * 鎵归噺鍒犻櫎 - * @param list - * @return - */ - public int deleteBatchByPrimaryKey(List<Long> list) throws PushGoodsGroupException; - - /** - * 鎵归噺鍒犻櫎 鏍规嵁鎺ㄩ�乮d - * @param list - * @return - */ - public int deleteBatchByPushId(List<Long> list) throws PushGoodsGroupException; - - - /** - * 鏍规嵁鎺ㄩ�乮d鏌ヨ鍟嗗搧鎵�鏈変俊鎭� - * @param pushId - * @return - */ - public List<PushGoodsGroup> getAllInfoByPushId(Long pushId) throws PushGoodsGroupException; -} +package com.yeshi.fanli.service.inter.push; + +import java.util.List; + +import com.yeshi.fanli.entity.push.PushGoodsGroup; +import com.yeshi.fanli.exception.push.PushGoodsGroupException; + +public interface PushGoodsGroupService { + + public int deleteByPrimaryKey(Long id) throws PushGoodsGroupException; + + public int insert(PushGoodsGroup record) throws PushGoodsGroupException; + + public int insertSelective(PushGoodsGroup record) throws PushGoodsGroupException; + + public PushGoodsGroup selectByPrimaryKey(Long id) throws PushGoodsGroupException; + + public int updateByPrimaryKeySelective(PushGoodsGroup record) throws PushGoodsGroupException; + + public int updateByPrimaryKey(PushGoodsGroup record) throws PushGoodsGroupException; + + + /** + * 鏍规嵁鎺ㄩ�乮d缁熻 + * @param pushId + * @return + */ + public long countByPushId(Long pushId); + + /** + * 鏍规嵁鎺ㄩ�乮d鍒犻櫎鍟嗗搧 + * @param pushId + * @return + */ + public int deleteByPushId(Long pushId) throws PushGoodsGroupException; + + /** + * 鎵归噺鎻掑叆 + * @param list + * @return + */ + public int insertBatch(List<PushGoodsGroup> list) throws PushGoodsGroupException; + + /** + * 鏍规嵁鎺ㄩ�乮d鏌ヨ + * @param pushId + * @return + */ + public List<PushGoodsGroup> selectByPushId(Long pushId) throws PushGoodsGroupException; + + /** + * 鎵归噺鍒犻櫎 + * @param list + * @return + */ + public int deleteBatchByPrimaryKey(List<Long> list) throws PushGoodsGroupException; + + /** + * 鎵归噺鍒犻櫎 鏍规嵁鎺ㄩ�乮d + * @param list + * @return + */ + public int deleteBatchByPushId(List<Long> list) throws PushGoodsGroupException; + + + /** + * 鏍规嵁鎺ㄩ�乮d鏌ヨ鍟嗗搧鎵�鏈変俊鎭� + * @param pushId + * @return + */ + public List<PushGoodsGroup> getAllInfoByPushId(Long pushId) throws PushGoodsGroupException; +} -- Gitblit v1.8.0