mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 09:05:59 +08:00
Refactor code
This commit is contained in:
@@ -161,6 +161,6 @@ type Black struct {
|
||||
CreateTime time.Time `gorm:"column:create_time"`
|
||||
BlockUserID string `gorm:"column:block_user_id;primaryKey;"`
|
||||
AddSource int32 `gorm:"column:add_source"`
|
||||
OperatorUserID int32 `gorm:"column:operator_user_id"`
|
||||
OperatorUserID string `gorm:"column:operator_user_id"`
|
||||
Ex string `gorm:"column:ex"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user