Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQueryBuilder ¶
func NewQueryBuilder() *smsFlashPromotionLogQueryBuilder
Types ¶
type SmsFlashPromotionLog ¶
type SmsFlashPromotionLog struct { Id int64 // MemberId int64 // ProductId int64 // MemberPhone string // ProductName string // SubscribeTime time.Time `gorm:"type:time;default:'1000-01-01 00:00:00'"` // 会员订阅时间 SendTime time.Time `gorm:"type:time;default:'1000-01-01 00:00:00'"` // }
SmsFlashPromotionLog 限时购通知记录
func NewModel ¶
func NewModel() *SmsFlashPromotionLog
Click to show internal directories.
Click to hide internal directories.