fix add file source supplierHolidayPayloadCreate

This commit is contained in:
buiphuan0211 2022-12-23 11:23:31 +07:00
parent 067db84489
commit e00922334c
1 changed files with 1 additions and 0 deletions

View File

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