This commit is contained in:
苏尹岚
2020-12-30 14:51:40 +08:00
parent f6bef97830
commit ef6bccc543
2 changed files with 2 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ type ImMessageRecord struct {
Height int `json:"height"`
AudioLength string `json:"audioLength"`
Key string `orm:"-" json:"key"`
ToUserID string `orm:"size(48);column(to_user_id)" json:"toUserID"` //收消息的userID
UserInfo *GetUserResult `orm:"-" json:"userInfo"`
}