Files
open-im-server/pkg/common/db/table/unrelation/common.go
T

7 lines
122 B
Go
Raw Normal View History

2023-02-03 12:16:48 +08:00
package unrelation
type CommonUserModel struct {
UserID string `bson:"user_id"`
UserName string `bson:"user_name"`
}