addmessagegroup

This commit is contained in:
苏尹岚
2020-10-16 15:56:38 +08:00
parent 8c7806bf3d
commit 3c05d41246
3 changed files with 24 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ type MessageGroupMember struct {
GroupID int `orm:"column(group_id)" json:"groupID"` //组ID
MemberUserID string `orm:"column(member_user_id)" json:"memberUserID"` //成员用户ID
Type int `json:"type"` //组员类型,管理员?
}
func (*MessageGroupMember) TableIndex() [][]string {