This commit is contained in:
suyl
2021-04-22 14:23:32 +08:00
parent 87b0ebaef8
commit 566c822533
2 changed files with 8 additions and 2 deletions

View File

@@ -52,6 +52,9 @@ type GoodsOrderExt struct {
FloatLng float64 `json:"floatLng"`
FloatLat float64 `json:"floatLat"`
MarketManPhone string `json:"marketManPhone"` //市場負責人電話
MarketManName string `json:"marketManName"`
}
type OrderSkuExt struct {