niki/param/benefactor/kind_box_req/add.go

14 lines
252 B
Go

package userkindboxreqparam
import entity "git.gocasts.ir/ebhomengo/niki/entity"
type KindBoxReqAddRequest struct {
BenefactorID uint
TypeID uint
CountRequested uint
}
type KindBoxReqAddResponse struct {
KindBoxReq entity.KindBoxReq
}