package param import "git.gocasts.ir/ebhomengo/niki/entity" type KindBoxReqGetAllRequest struct { } type KindBoxReqGetAllResponse struct { AllKindBoxReq []entity.KindBoxReq }