service/dbstruct/moment_create_times.go

7 lines
207 B
Go
Raw Normal View History

2024-02-05 21:18:27 +08:00
package dbstruct
type MomentCreateTimes struct {
Id int64 `json:"id" bson:"_id"` //id,主播的mid
CreateTimes int64 `json:"create_times" bson:"create_times"` //发送次数
}