oms_order_operate_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() *omsOrderOperateHistoryQueryBuilder

Types

type OmsOrderOperateHistory

type OmsOrderOperateHistory struct {
	Id          int64     //
	OrderId     int64     // 订单id
	OperateMan  string    // 操作人:用户;系统;后台管理员
	CreateTime  time.Time `gorm:"autoCreateTime"` // 操作时间
	OrderStatus int32     // 订单状态:0->待付款;1->待发货;2->已发货;3->已完成;4->已关闭;5->无效订单
	Note        string    // 备注
}

OmsOrderOperateHistory 订单操作历史记录

func NewModel

func NewModel() *OmsOrderOperateHistory

func (*OmsOrderOperateHistory) Create

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