aa
This commit is contained in:
@@ -56,6 +56,15 @@ type GoodsOrderExt struct {
|
||||
|
||||
MarketManPhone string `json:"marketManPhone"` //市場負責人電話
|
||||
MarketManName string `json:"marketManName"`
|
||||
|
||||
OperatorPhone string `orm:"size(16)" json:"operatorPhone"` // 京东运营人电话
|
||||
OperatorName string `orm:"size(32)" json:"operatorName"` // 京东运营人组(角色)
|
||||
|
||||
OperatorPhone2 string `orm:"size(16)" json:"operatorPhone2"` // 美团运营人电话
|
||||
OperatorName2 string `orm:"size(32)" json:"operatorName2"` // 美团运营人组(角色)
|
||||
|
||||
OperatorPhone3 string `orm:"size(16)" json:"operatorPhone3"` // 饿百运营人电话
|
||||
OperatorName3 string `orm:"size(32)" json:"operatorName3"` // 饿百运营人组(角色)
|
||||
}
|
||||
|
||||
type OrderSkuExt struct {
|
||||
|
||||
Reference in New Issue
Block a user