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