niki/param/benefactor/kind_box/get.go

13 lines
210 B
Go
Raw Normal View History

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