Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.