Files

7 lines
122 B
Go
Raw Permalink Normal View History

2023-06-30 09:45:02 +08:00
package unrelation
type CommonUserModel struct {
UserID string `bson:"user_id"`
UserName string `bson:"user_name"`
}