mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-13 21:53:41 +08:00
fix:代码优化
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
package com.abin.mallchat.common.chat.service.strategy.msg;
|
|
||||||
|
|
||||||
import com.abin.mallchat.common.chat.domain.entity.Message;
|
|
||||||
|
|
||||||
public interface MsgHandler<RESP, REQ> {
|
|
||||||
|
|
||||||
void saveMsg(Message msg, REQ req);
|
|
||||||
|
|
||||||
RESP showMsg(Message msg);
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user