niki/param/benefactor/kind_box_req/get.go

13 lines
244 B
Go

package benefactorkindboxreqparam
import entity "git.gocasts.ir/ebhomengo/niki/entity"
type KindBoxReqGetRequest struct {
BenefactorID uint
KindBoxReqID uint
}
type KindBoxReqGetResponse struct {
entity.KindBoxReq `json:"kind_box_req"`
}