add field supplier-holiday

This commit is contained in:
buiphuan0211 2022-12-23 11:36:33 +07:00
parent e00922334c
commit 5ec216067d
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 ...