Files

7 lines
122 B
Go
Raw Permalink 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"`
}