From 4e4af90184f5fa5b40d87e2d08d9192bfd237ef0 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 30 四月 2021 19:13:58 +0800
Subject: [PATCH] 拼多多备案,京东、拼多多,唯品会,苏宁支持小程序跳转
---
fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsService.java | 192 ++++++++++++++++++++++++------------------------
1 files changed, 96 insertions(+), 96 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 a581136..c464b65 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
@@ -1,96 +1,96 @@
-package com.yeshi.fanli.service.inter.push;
-
-import java.util.Date;
-import java.util.List;
-
-import com.yeshi.fanli.entity.SystemEnum;
-import com.yeshi.fanli.entity.push.PushGoods;
-import com.yeshi.fanli.exception.push.PushException;
-import com.yeshi.fanli.exception.push.PushGoodsException;
-
-public interface PushGoodsService {
-
- public int deleteByPrimaryKey(Long id) throws PushGoodsException;
-
- public int insert(PushGoods record) throws PushGoodsException;
-
- public int insertSelective(PushGoods record) throws PushGoodsException;
-
- public PushGoods selectByPrimaryKey(Long id);
-
- public int updateByPrimaryKeySelective(PushGoods record) throws PushGoodsException;
-
- public int updateByPrimaryKey(PushGoods record) throws PushGoodsException;
-
- public void save(PushGoods record, List<Long> goodsId) throws PushGoodsException,Exception;
-
- /**
- * 鎵归噺鍒犻櫎
- * @param list
- * @return
- */
- public int deleteBatchByPrimaryKey(List<Long> list) throws Exception;
-
-
- /**
- * 鍚庣鍒楄〃鏌ヨ
- * @param start
- * @param count
- * @param key
- * @return
- */
- public List<PushGoods> listQuery(long start, int count, String key, Integer state, SystemEnum system);
-
- public long countQuery(String key, Integer state, SystemEnum system);
-
- /**
- * 鑾峰彇鍘嗗彶鎺ㄩ�佸晢鍝佷俊鎭�
- * @param start
- * @param count
- * @param pushTime
- * @return
- */
- public List<PushGoods> listHistoryByPushTime(long start, int count, Long uid, Date pushTime, SystemEnum system);
-
- public long countHistoryByPushTime(Long uid, Date pushTime, SystemEnum system);
-
-
- /**
- * 鎵ц鎺ㄩ��
- * @param id
- * @throws Exception
- * @throws PushGoodsException
- * @throws PushException
- */
- public void executePush(PushGoods record) throws Exception, PushGoodsException, PushException;
-
- /**
- * 瀹氭椂鎺ㄩ�佷换鍔�
- * @return
- */
- public List<PushGoods> listTask(SystemEnum system);
-
- /**
- * 瀹氭椂鎺ㄩ�佸鐞�
- * @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;
-
-}
+package com.yeshi.fanli.service.inter.push;
+
+import java.util.Date;
+import java.util.List;
+
+import com.yeshi.fanli.entity.SystemEnum;
+import com.yeshi.fanli.entity.push.PushGoods;
+import com.yeshi.fanli.exception.push.PushException;
+import com.yeshi.fanli.exception.push.PushGoodsException;
+
+public interface PushGoodsService {
+
+ public int deleteByPrimaryKey(Long id) throws PushGoodsException;
+
+ public int insert(PushGoods record) throws PushGoodsException;
+
+ public int insertSelective(PushGoods record) throws PushGoodsException;
+
+ public PushGoods selectByPrimaryKey(Long id);
+
+ public int updateByPrimaryKeySelective(PushGoods record) throws PushGoodsException;
+
+ public int updateByPrimaryKey(PushGoods record) throws PushGoodsException;
+
+ public void save(PushGoods record, List<Long> goodsId) throws PushGoodsException,Exception;
+
+ /**
+ * 鎵归噺鍒犻櫎
+ * @param list
+ * @return
+ */
+ public int deleteBatchByPrimaryKey(List<Long> list) throws Exception;
+
+
+ /**
+ * 鍚庣鍒楄〃鏌ヨ
+ * @param start
+ * @param count
+ * @param key
+ * @return
+ */
+ public List<PushGoods> listQuery(long start, int count, String key, Integer state, SystemEnum system);
+
+ public long countQuery(String key, Integer state, SystemEnum system);
+
+ /**
+ * 鑾峰彇鍘嗗彶鎺ㄩ�佸晢鍝佷俊鎭�
+ * @param start
+ * @param count
+ * @param pushTime
+ * @return
+ */
+ public List<PushGoods> listHistoryByPushTime(long start, int count, Long uid, Date pushTime, SystemEnum system);
+
+ public long countHistoryByPushTime(Long uid, Date pushTime, SystemEnum system);
+
+
+ /**
+ * 鎵ц鎺ㄩ��
+ * @param id
+ * @throws Exception
+ * @throws PushGoodsException
+ * @throws PushException
+ */
+ public void executePush(PushGoods record) throws Exception, PushGoodsException, PushException;
+
+ /**
+ * 瀹氭椂鎺ㄩ�佷换鍔�
+ * @return
+ */
+ public List<PushGoods> listTask(SystemEnum system);
+
+ /**
+ * 瀹氭椂鎺ㄩ�佸鐞�
+ * @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