优化: 锁车功能、解决搜索"某某地方堵不堵",视图移动后被拉回当前位置的问题,其他

This commit is contained in:
wangcongtao
2020-02-21 08:24:56 +08:00
parent ea89428fa0
commit fc132143f6
5 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
package com.mogo.service.connection;
/**
* @author congtaowang
* @since 2020-02-20
* <p>
* 长链接口数据接口
*/
public interface IMessageResponse {
/**
* 设置消息id
*
* @param msgId
*/
void setMsgId( long msgId );
}