setup-holiday-supplier-tool #123

Merged
truongvo merged 13 commits from setup-holiday-supplier-tool into master 2023-01-10 08:03:36 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit e00922334c - Show all commits

View File

@ -132,6 +132,7 @@ type SupplierHolidayUpdatePayload struct {
To string `json:"to"`
Warehouses []string `json:"warehouses"`
IsApplyAll bool `json:"isApplyAll"`
Source string `json:"source"`
}
// GetSupplierHolidayRequest ...