Merge pull request 'add field supplier-holiday' (#112) from setup-holiday-supplier-tool into develop

Reviewed-on: #112
This commit is contained in:
phuanbui 2022-12-23 04:36:56 +00:00
commit 4acbf78c22
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 ...