From 3a7d19e8a31aee726d269dc39895a259bc93ec73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 18 Nov 2020 11:33:30 +0800 Subject: [PATCH] kuangao --- business/model/message.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/model/message.go b/business/model/message.go index efdbed17f..e8629deb5 100644 --- a/business/model/message.go +++ b/business/model/message.go @@ -64,6 +64,8 @@ type ImMessageRecord struct { Content string `orm:"type(text)" json:"content"` //消息内容 MessageType int `json:"messageType"` //消息类型,文字,图片 Seq int `json:"seq"` + Weight int `json:"weight"` + Height int `json:"height"` UserInfo *GetUserResult `orm:"-" json:"userInfo"` }