addmessagegroup
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user