From 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期六, 09 五月 2020 21:41:27 +0800
Subject: [PATCH] 2.1需求

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsService.java |   35 ++++++++++++++++++++++++++++++++---
 1 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsService.java
index 69ffc09..fbff3dc 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsService.java
@@ -4,7 +4,7 @@
 import java.util.List;
 
 import com.yeshi.fanli.entity.push.PushGoods;
-import com.yeshi.fanli.exception.PushException;
+import com.yeshi.fanli.exception.push.PushException;
 import com.yeshi.fanli.exception.push.PushGoodsException;
 
 public interface PushGoodsService {
@@ -21,7 +21,7 @@
 
 	public int updateByPrimaryKey(PushGoods record) throws PushGoodsException;
 
-	public void save(PushGoods record, List<Long> goodsId) throws Exception;
+	public void save(PushGoods record, List<Long> goodsId) throws PushGoodsException,Exception;
 	
 	/**
 	 * 鎵归噺鍒犻櫎
@@ -61,6 +61,35 @@
 	 * @throws PushGoodsException
 	 * @throws PushException
 	 */
-	public void executePush(Long id) throws Exception, PushGoodsException, PushException;
+	public void executePush(PushGoods record) throws Exception, PushGoodsException, PushException;
+
+	/**
+	 * 瀹氭椂鎺ㄩ�佷换鍔�
+	 * @return
+	 */
+	public List<PushGoods> listTask();
+
+	/**
+	 * 瀹氭椂鎺ㄩ�佸鐞�
+	 * @param record
+	 */
+	public void taskPush(PushGoods record);
+
+	/**
+	 * 鍚庣鎺ㄩ��
+	 * @param id
+	 * @throws Exception
+	 * @throws PushGoodsException
+	 * @throws PushException
+	 */
+	public void handPush(Long id) throws Exception, PushGoodsException, PushException;
+
+	/**
+	 * 淇濆瓨淇℃伅
+	 * @param record
+	 * @throws PushGoodsException
+	 * @throws Exception
+	 */
+	public void saveInfo(PushGoods record) throws PushGoodsException, Exception;
 	
 }

--
Gitblit v1.8.0