合并
This commit is contained in:
@ -26,4 +26,15 @@ public class SseMessageDto implements Serializable {
|
||||
* 需要发送的消息
|
||||
*/
|
||||
private String message;
|
||||
|
||||
/**
|
||||
* 路由
|
||||
*/
|
||||
private String route;
|
||||
|
||||
/**
|
||||
* 详情
|
||||
*/
|
||||
private String detailId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user