mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15: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"`
|
|
}
|