add field supplier-holiday #112

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

View File

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