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