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/PushCouponRecordService.java |   72 ++++++++++++++++++------------------
 1 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushCouponRecordService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushCouponRecordService.java
index 2b6ee12..135fd31 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushCouponRecordService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushCouponRecordService.java
@@ -1,36 +1,36 @@
-package com.yeshi.fanli.service.inter.push;
-
-import java.util.List;
-
-import com.yeshi.fanli.entity.push.PushCouponRecord;
-
-public interface PushCouponRecordService {
-
-	public int deleteByPrimaryKey(Long id);
-
-	public int insert(PushCouponRecord record);
-
-	public int insertSelective(PushCouponRecord record);
-
-	public PushCouponRecord selectByPrimaryKey(Long id);
-
-	public int updateByPrimaryKeySelective(PushCouponRecord record);
-
-	public int updateByPrimaryKey(PushCouponRecord record);
-	
-	/**
-	 * 缁熻鎺ㄩ�侀鍙栧埜鏁伴噺
-	 * @param pushId
-	 * @return
-	 */
-	public long countByPushId(Long pushId);
-	
-	/**
-	 * 鏌ヨ鐢ㄦ埛鐨勯鍙栧埜璁板綍
-	 * @param pushId
-	 * @param uid
-	 * @return
-	 */
-	public List<PushCouponRecord> listByUid(Long uid);
-
-}
+package com.yeshi.fanli.service.inter.push;
+
+import java.util.List;
+
+import com.yeshi.fanli.entity.push.PushCouponRecord;
+
+public interface PushCouponRecordService {
+
+	public int deleteByPrimaryKey(Long id);
+
+	public int insert(PushCouponRecord record);
+
+	public int insertSelective(PushCouponRecord record) throws Exception;
+
+	public PushCouponRecord selectByPrimaryKey(Long id);
+
+	public int updateByPrimaryKeySelective(PushCouponRecord record);
+
+	public int updateByPrimaryKey(PushCouponRecord record);
+	
+	/**
+	 * 缁熻鎺ㄩ�侀鍙栧埜鏁伴噺
+	 * @param pushId
+	 * @return
+	 */
+	public long countByPushId(Long pushId);
+	
+	/**
+	 * 鏌ヨ鐢ㄦ埛鐨勯鍙栧埜璁板綍
+	 * @param pushId
+	 * @param uid
+	 * @return
+	 */
+	public List<PushCouponRecord> listByUid(Long uid);
+
+}

--
Gitblit v1.8.0