From 2ec42a5aacea35d2918f0e17f07685cf5b4d25c8 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 12 五月 2020 20:20:41 +0800
Subject: [PATCH] 包名引用路径更改

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/msg/MsgOtherDetailService.java |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/MsgOtherDetailService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/MsgOtherDetailService.java
index c952cc0..258f36e 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/MsgOtherDetailService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/MsgOtherDetailService.java
@@ -7,7 +7,7 @@
 
 public interface MsgOtherDetailService {
 	/**
-	 * 娣诲姞鍒拌鍗曟秷鎭�
+	 * 娣诲姞鍒板叾浠栨秷鎭�
 	 * 
 	 * @param detail
 	 * @throws MsgOtherDetailException
@@ -15,7 +15,7 @@
 	public void addMsgOtherDetail(MsgOtherDetail detail) throws MsgOtherDetailException;
 
 	/**
-	 * 鏍规嵁璁㈠崟鍙风敤鎴稩D鏇存柊鏁版嵁
+	 * 鏇存柊鏁版嵁
 	 * 
 	 * @param detail
 	 * @throws MsgOtherDetailException
@@ -23,7 +23,7 @@
 	public void updateMsgOtherDetail(MsgOtherDetail detail) throws MsgOtherDetailException;
 
 	/**
-	 * 璁㈠崟娑堟伅鍒楄〃
+	 * 鍏朵粬娑堟伅鍒楄〃
 	 * 
 	 * @param uid
 	 * @param page
@@ -32,7 +32,7 @@
 	public List<MsgOtherDetail> listMsgOtherDetail(Long uid, int page);
 
 	/**
-	 * 璁㈠崟娑堟伅鏁�
+	 * 鍏朵粬娑堟伅鏁�
 	 * 
 	 * @param uid
 	 * @return
@@ -45,4 +45,8 @@
 	 * @param uid
 	 */
 	public void readMsgByUid(Long uid);
+
+	public void deleteByPrimaryKey(Long id);
+
+	public MsgOtherDetail selectByPrimaryKey(Long id);
 }

--
Gitblit v1.8.0