niki/param/kind_box_req/add.go

14 lines
231 B
Go

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