view

package
v0.0.0-...-41417f0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FaOrder

type FaOrder struct {
	Id                int               `json:"id" gorm:"primary_key"` // 订单索引id
	StateDesc         string            `json:"state_desc"`
	GroupStateDesc    string            `json:"group_state_desc"`
	PaymentName       string            `json:"payment_name"`
	ExtendOrderExtend mysql.OrderExtend `json:"extend_order_extend"`
}

type Freight

type Freight struct {
	GoodsSkuId int     `json:"goods_sku_id"`
	FreightFee float64 `json:"freight_fee"`
	FreightWay string  `json:"freight_way"`
}

type OrderCondition

type OrderCondition struct {
	// 新增信息
	IsCancel       bool `json:"is_cancel"`
	IsPay          bool `json:"is_pay"`
	IsRefundCancel bool `json:"is_refund_cancel"`
	IsComplain     bool `json:"is_complain"`
	IsReceive      bool `json:"is_receive"`
	IsLock         bool `json:"is_lock"`
	IsDeliver      bool `json:"is_deliver"`
	IsEvaluate     bool `json:"is_evaluate"`
}

Jump to

Keyboard shortcuts

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