package param import "git.gocasts.ir/ebhomengo/niki/entity" type KindBoxGetByIDRequest struct { KindBoxID uint } type KindBoxGetByIDResponse struct { entity.KindBox }