mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
first commit api production-result
This commit is contained in:
@@ -54,3 +54,9 @@ type HppPerKandangQuery struct {
|
||||
WeightMin *float64 `query:"-"`
|
||||
WeightMax *float64 `query:"-"`
|
||||
}
|
||||
|
||||
type ProductionResultQuery struct {
|
||||
Page int `query:"page" validate:"omitempty,min=1,gt=0"`
|
||||
Limit int `query:"limit" validate:"omitempty,min=1,max=100,gt=0"`
|
||||
ProjectFlockKandangID uint `query:"-" validate:"required,gt=0"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user