feature/add-field-store-code-warehouse #176

Merged
minhnguyen merged 8 commits from feature/add-field-store-code-warehouse into develop 2024-08-05 03:19:23 +00:00
1 changed files with 6 additions and 5 deletions
Showing only changes of commit dfdccfa86a - Show all commits

View File

@ -42,6 +42,7 @@ type OutboundRequestItem struct {
UnitCode string `json:"unitCode"`
Price float64 `json:"price"`
Name string `json:"name"`
PartnerProductCode string `json:"partnerProductCode"`
}
// CustomerInfo ...