viettel-ffm #19

Merged
sinhluu merged 10 commits from viettel-ffm into master 2024-07-11 03:04:15 +00:00
1 changed files with 1 additions and 5 deletions
Showing only changes of commit fa6198d7e3 - Show all commits

View File

@ -33,7 +33,7 @@ type ORPayload struct {
CustomerEmail string `json:"customer_email"` CustomerEmail string `json:"customer_email"`
PackType string `json:"pack_type"` PackType string `json:"pack_type"`
PriorityType string `json:"priority_type"` PriorityType string `json:"priority_type"`
Warehouse ORWarehouse `json:"warehouse"` WarehouseCode string `json:"warehouse_code"`
} }
type ORProductLine struct { type ORProductLine struct {
@ -58,10 +58,6 @@ type ProdCondType struct {
Name string `json:"name"` Name string `json:"name"`
} }
type ORWarehouse struct {
WarehouseId int `json:"warehouse_id"`
}
type ORResult struct { type ORResult struct {
OrCode string `json:"or_code"` OrCode string `json:"or_code"`
OrId int `json:"or_id"` OrId int `json:"or_id"`