package
Version:
v0.0.0-...-41417f0
Opens a new window with list of versions in this module.
Published: Jun 18, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FaOrder struct {
Id int `json:"id" gorm:"primary_key"`
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 struct {
GoodsSkuId int `json:"goods_sku_id"`
FreightFee float64 `json:"freight_fee"`
FreightWay string `json:"freight_way"`
}
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.