ums_integration_change_history

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

Types

type UmsIntegrationChangeHistory

type UmsIntegrationChangeHistory struct {
	Id          int64     //
	MemberId    int64     //
	CreateTime  time.Time `gorm:"autoCreateTime"` //
	ChangeType  int32     // 改变类型:0->增加;1->减少
	ChangeCount int32     // 积分改变数量
	OperateMan  string    // 操作人员
	OperateNote string    // 操作备注
	SourceType  int32     // 积分来源:0->购物;1->管理员修改
}

UmsIntegrationChangeHistory 积分变化历史记录表

func NewModel

func NewModel() *UmsIntegrationChangeHistory

func (*UmsIntegrationChangeHistory) Create

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