setup-holiday-supplier-tool #111

Merged
Ghost merged 1 commits from setup-holiday-supplier-tool into develop 2022-12-23 04:24:09 +00:00
1 changed files with 1 additions and 0 deletions

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 ...