Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CouponPO ¶
type OrderPO ¶
type SaleItemPO ¶
type SaleItemPO struct { ID string OrderID string Code string // 编码 Name string // 商品名 Price int64 // 价格 Count int32 // 数量 CreatedAt time.Time UpdatedAt time.Time DeletedAt *time.Time `gorm:"index"` }
func (*SaleItemPO) GetID ¶
func (s *SaleItemPO) GetID() string
func (*SaleItemPO) TableName ¶
func (s *SaleItemPO) TableName() string
Click to show internal directories.
Click to hide internal directories.