package adminkindboxparam type EnumerateKindBoxRequest struct { KindBoxID uint `json:"-" param:"id"` Amount uint `json:"amount"` }