refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 514e37b885 - 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 ...