service/dbstruct/auto_response_create_times.go

7 lines
213 B
Go
Raw Permalink Normal View History

2024-07-25 21:35:25 +08:00
package dbstruct
type AutoResponseCreateTimes struct {
Id int64 `json:"id" bson:"_id"` //id,主播的mid
CreateTimes int64 `json:"create_times" bson:"create_times"` //发送次数
}