mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 19:22:46 +08:00
7 lines
122 B
Go
7 lines
122 B
Go
package unrelation
|
|
|
|
type CommonUserModel struct {
|
|
UserID string `bson:"user_id"`
|
|
UserName string `bson:"user_name"`
|
|
}
|