ums_member_statistics_info

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() *umsMemberStatisticsInfoQueryBuilder

Types

type UmsMemberStatisticsInfo

type UmsMemberStatisticsInfo struct {
	Id                  int64     //
	MemberId            int64     //
	ConsumeAmount       float64   // 累计消费金额
	OrderCount          int32     // 订单数量
	CouponCount         int32     // 优惠券数量
	CommentCount        int32     // 评价数
	ReturnOrderCount    int32     // 退货数量
	LoginCount          int32     // 登录次数
	AttendCount         int32     // 关注数量
	FansCount           int32     // 粉丝数量
	CollectProductCount int32     //
	CollectSubjectCount int32     //
	CollectTopicCount   int32     //
	CollectCommentCount int32     //
	InviteFriendCount   int32     //
	RecentOrderTime     time.Time `gorm:"type:time;default:'1000-01-01 00:00:00'"` // 最后一次下订单时间
}

UmsMemberStatisticsInfo 会员统计信息

func NewModel

func NewModel() *UmsMemberStatisticsInfo

func (*UmsMemberStatisticsInfo) Create

func (t *UmsMemberStatisticsInfo) 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