niki/param/benefactor/kind_box/get_all.go

12 lines
210 B
Go

package benefactorkindboxparam
import entity "git.gocasts.ir/ebhomengo/niki/entity"
type KindBoxGetAllRequest struct {
BenefactorID uint
}
type KindBoxGetAllResponse struct {
AllKindBox []entity.KindBox
}