发单定义
This commit is contained in:
@@ -67,8 +67,6 @@ type StoreDetail struct {
|
||||
BrandLogo string `json:"brandLogo"`
|
||||
BrandIsOpen int `json:"brandIsOpen"`
|
||||
BrandIsPrint int `json:"brandIsPrint"`
|
||||
|
||||
SendOrderType int `orm:"-" json:"-"` // 临时变量发单类型 1-系统手动发单
|
||||
}
|
||||
|
||||
// 带快递门店信息的
|
||||
|
||||
@@ -161,8 +161,9 @@ type GoodsOrder struct {
|
||||
NotifyType int `json:"notifyType"` //0表示没有通知,1表示发的短信,2表示发的语音
|
||||
|
||||
// 以下只是用于传递数据
|
||||
OriginalData string `orm:"-" json:"-"`
|
||||
Skus []*OrderSku `orm:"-" json:"-"`
|
||||
OriginalData string `orm:"-" json:"-"`
|
||||
Skus []*OrderSku `orm:"-" json:"-"`
|
||||
SendOrderType int `orm:"-" json:"-"` // 临时变量发单类型 1-系统手动发单
|
||||
}
|
||||
|
||||
func (o *GoodsOrder) TableUnique() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user