package adminkindboxreqparam import "git.gocasts.ir/ebhomengo/niki/entity" type DeliveryAwaitingGetRequest struct { KindBoxReqID uint `param:"id"` AgentID uint } type DeliveryAwaitingGetResponse struct { entity.KindBoxReq }