kuangao
This commit is contained in:
@@ -64,6 +64,8 @@ type ImMessageRecord struct {
|
|||||||
Content string `orm:"type(text)" json:"content"` //消息内容
|
Content string `orm:"type(text)" json:"content"` //消息内容
|
||||||
MessageType int `json:"messageType"` //消息类型,文字,图片
|
MessageType int `json:"messageType"` //消息类型,文字,图片
|
||||||
Seq int `json:"seq"`
|
Seq int `json:"seq"`
|
||||||
|
Weight int `json:"weight"`
|
||||||
|
Height int `json:"height"`
|
||||||
|
|
||||||
UserInfo *GetUserResult `orm:"-" json:"userInfo"`
|
UserInfo *GetUserResult `orm:"-" json:"userInfo"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user