package adminkindboxparam import ( "time" entity "git.gocasts.ir/ebhomengo/niki/entity" ) type AddKindBoxRequest struct { KindBoxReqID uint BenefactorID uint Type entity.KindBoxType DeliverReferDate time.Time DeliverAddressID uint SenderAgentID uint DeliveredAt time.Time CountAccepted uint } type AddKindBoxResponse struct{}