niki/param/benefactor/kind_box/get_all.go

12 lines
204 B
Go
Raw Normal View History

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