1
This commit is contained in:
@@ -59,9 +59,9 @@ 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"` // 京东运营人组(角色)
|
||||
Comment string `json:"comment"` // 门店备注
|
||||
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"` // 美团运营人组(角色)
|
||||
|
||||
Reference in New Issue
Block a user