mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Refactor code
This commit is contained in:
parent
c0172b0a49
commit
83874ad466
@ -118,7 +118,7 @@ type GroupRequest struct {
|
||||
GroupID string `gorm:"column:group_id;primaryKey;"`
|
||||
HandleResult int32 `gorm:"column:handle_result"`
|
||||
ReqMsg string `gorm:"column:req_msg"`
|
||||
HandledMsg string `gorm:"column:handled_msg"`
|
||||
HandledMsg string `gorm:"column:handle_msg"`
|
||||
ReqTime time.Time `gorm:"column:req_time"`
|
||||
HandleUserID string `gorm:"column:handle_user_id"`
|
||||
HandledTime time.Time `gorm:"column:handle_time"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user