niki/param/admin/kind_box_req/get_delivery_awaiting.go

13 lines
235 B
Go
Raw Permalink Normal View History

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