package unrelation type CommonUserModel struct { UserID string `bson:"user_id"` UserName string `bson:"user_name"` }