mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2025-12-26 04:47:53 +08:00
fix:代码优化
This commit is contained in:
parent
81187fec1b
commit
5db6c11eb1
@ -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);
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user