sms_flash_promotion_log

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2024 License: MIT Imports: 5 Imported by: 0

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

func (*SmsFlashPromotionLog) Create

func (t *SmsFlashPromotionLog) Create(db *gorm.DB) (id int64, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL