Feature/get bank info #23

Closed
nguyenphamquangtue wants to merge 57 commits from feature/get-bank-info into master
1 changed files with 7 additions and 6 deletions
Showing only changes of commit d06719b0e6 - Show all commits

View File

@ -15,6 +15,7 @@ type SupplierOrder struct {
Code string `json:"code"` Code string `json:"code"`
CreatedAt time.Time `json:"createdAt"` CreatedAt time.Time `json:"createdAt"`
Status string `json:"status"` Status string `json:"status"`
WarehouseStatus string `json:"warehouseStatus"`
Items []SupplierOrderItem `json:"items"` Items []SupplierOrderItem `json:"items"`
Delivery SupplierOrderDelivery `json:"delivery"` Delivery SupplierOrderDelivery `json:"delivery"`
} }