From beee6afac3f7d1b7fa30f768df91cd55e6c6d2db Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 24 六月 2019 11:28:18 +0800
Subject: [PATCH] 增加汽车户外,增加拼多多常量

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsService.java |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 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..779a361 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
@@ -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,27 @@
 	 * @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;
 	
 }

--
Gitblit v1.8.0