package benefactorkindboxparam import entity "git.gocasts.ir/ebhomengo/niki/entity" type KindBoxGetRequest struct { BenefactorID uint KindBoxID uint } type KindBoxGetResponse struct { entity.KindBox }