[FEAT/BE] Add saparator type search get all productwarehouse

This commit is contained in:
ragilap
2026-02-09 16:48:42 +07:00
parent b43979bbba
commit 8ad923a90a
2 changed files with 43 additions and 13 deletions
@@ -20,5 +20,5 @@ type Query struct {
Flags string `query:"flags" validate:"omitempty"`
KandangId uint `query:"kandang_id" validate:"omitempty,number,min=1"`
TransferContext string `query:"transfer_context" validate:"omitempty,oneof=inventory_transfer"`
Type string `query:"type" validate:"omitempty,oneof=AYAM TELUR TRADING AYAM_PULLET"`
Type string `query:"type" validate:"omitempty"`
}