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/PushGoodsRecordService.java | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsRecordService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsRecordService.java index 2329da4..9a1e7cf 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsRecordService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsRecordService.java @@ -1,29 +1,29 @@ -package com.yeshi.fanli.service.inter.push; - -import java.util.List; - -import com.yeshi.fanli.entity.push.PushGoodsRecord; -import com.yeshi.fanli.exception.push.PushGoodsRecordException; - -public interface PushGoodsRecordService { - - public int deleteByPrimaryKey(Long id) throws PushGoodsRecordException; - - public int insert(PushGoodsRecord record) throws PushGoodsRecordException; - - public int insertSelective(PushGoodsRecord record) throws PushGoodsRecordException; - - public PushGoodsRecord selectByPrimaryKey(Long id) throws PushGoodsRecordException; - - public int updateByPrimaryKeySelective(PushGoodsRecord record) throws PushGoodsRecordException; - - public int updateByPrimaryKey(PushGoodsRecord record) throws PushGoodsRecordException; - - /** - * 鏍规嵁鎺ㄩ�乮d 璁惧id 鏌ヨ - * @param pushId - * @param deviceId - * @return - */ - public List<PushGoodsRecord> listByPushIdAndDeviceId(Long pushId, Long deviceId) throws PushGoodsRecordException; -} +package com.yeshi.fanli.service.inter.push; + +import java.util.List; + +import com.yeshi.fanli.entity.push.PushGoodsRecord; +import com.yeshi.fanli.exception.push.PushGoodsRecordException; + +public interface PushGoodsRecordService { + + public int deleteByPrimaryKey(Long id) throws PushGoodsRecordException; + + public int insert(PushGoodsRecord record) throws PushGoodsRecordException; + + public int insertSelective(PushGoodsRecord record) throws PushGoodsRecordException; + + public PushGoodsRecord selectByPrimaryKey(Long id) throws PushGoodsRecordException; + + public int updateByPrimaryKeySelective(PushGoodsRecord record) throws PushGoodsRecordException; + + public int updateByPrimaryKey(PushGoodsRecord record) throws PushGoodsRecordException; + + /** + * 鏍规嵁鎺ㄩ�乮d 璁惧id 鏌ヨ + * @param pushId + * @param deviceId + * @return + */ + public List<PushGoodsRecord> listByPushIdAndDeviceId(Long pushId, Long deviceId) throws PushGoodsRecordException; +} -- Gitblit v1.8.0