add feature edit periode project flock

This commit is contained in:
giovanni
2026-04-27 10:54:02 +07:00
parent b764d2c3c0
commit 9726303eeb
2 changed files with 58 additions and 1 deletions
@@ -40,4 +40,5 @@ type ProjectBudget struct {
type Resubmit struct {
KandangIds []uint `json:"kandang_ids" validate:"required_strict,min=1,dive,gt=0"`
ProjectBudgets []ProjectBudget `json:"project_budgets" validate:"required_strict,min=1,dive"`
Periode *int `json:"periode" validate:"omitempty,gt=0"`
}