Merge pull request 'add field supplier-holiday' (#112) from setup-holiday-supplier-tool into develop
Reviewed-on: #112
This commit is contained in:
commit
4acbf78c22
|
@ -122,6 +122,7 @@ type SupplierHolidayCreatePayload struct {
|
|||
To string `json:"to"`
|
||||
Warehouses []string `json:"warehouses"`
|
||||
IsApplyAll bool `json:"isApplyAll"`
|
||||
Source string `json:"source"`
|
||||
}
|
||||
|
||||
// SupplierHolidayUpdatePayload ...
|
||||
|
|
Loading…
Reference in New Issue