Refactor code

This commit is contained in:
wenxu12345 2022-02-09 09:26:58 +08:00
parent 225c0a9b03
commit 8883701297

View File

@ -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;