define api get supplier orders
This commit is contained in:
parent
73181bc583
commit
d06719b0e6
|
@ -15,6 +15,7 @@ type SupplierOrder struct {
|
|||
Code string `json:"code"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
Status string `json:"status"`
|
||||
WarehouseStatus string `json:"warehouseStatus"`
|
||||
Items []SupplierOrderItem `json:"items"`
|
||||
Delivery SupplierOrderDelivery `json:"delivery"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue