From 6b8ab82d1d7fb9d44d85eeb1dfd2e36d3c28c9cf Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 10 六月 2019 11:30:21 +0800 Subject: [PATCH] 客服消息修改,新版大淘客数据添加 --- fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java index 9b6473b..e95dbd6 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java @@ -1,5 +1,7 @@ package com.yeshi.fanli.service.inter.help; +import java.util.List; + import com.yeshi.fanli.entity.bus.help.AppPageNotification; /** @@ -32,5 +34,39 @@ * @param apn */ public void addAppPageNotification(AppPageNotification apn) throws Exception; + + /** + * 閫夋嫨鎬ф彃鍏� + * @param record + */ + public void insertSelective(AppPageNotification record); + + /** + * 閫夋嫨鎬ф洿鏂� + * @param record + */ + public void updateByPrimaryKeySelective(AppPageNotification record); + + /** + * 鏍规嵁涓婚敭鏌ヨ + * @param id + * @return + */ + public AppPageNotification selectByPrimaryKey(Long id); + + /** + * 鏍规嵁涓婚敭鎵归噺鍒犻櫎 + * @param list + * @return + */ + public int deleteBatchByPrimaryKey(List<Long> list); + + /** + * 鍚庣鍒楄〃鏌ヨ + * @return + */ + public List<AppPageNotification> listQuery(long start, int count,String key, Integer show, Integer canClose); + + public long countQuery(String key, Integer show, Integer canClose); } -- Gitblit v1.8.0