niki/param/benefactor/kind_box/get.go

13 lines
204 B
Go

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