mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-23 06:45:43 +00:00
add api update periode flock/project flock kandang
This commit is contained in:
@@ -41,3 +41,7 @@ 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"`
|
||||
}
|
||||
|
||||
type Update struct {
|
||||
Period *int `json:"period" validate:"required,number,gt=0"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user