package model type Msg struct { // 发送者 UserIdSend int // 接收者 UserIdRcv int Title string Content string }