Refactor code

pull/141/head
wenxu12345 4 years ago
parent 225c0a9b03
commit 8883701297

@ -47,6 +47,10 @@ type FriendRequest struct {
Ex string `gorm:"column:ex;size:1024"`
}
func (FriendRequest) TableName() string {
return "friend_requests"
}
//message GroupInfo{
// string GroupID = 1;
// string GroupName = 2;

Loading…
Cancel
Save