niki/param/benefactor/kind_box_req/add.go

14 lines
252 B
Go
Raw Normal View History

2023-12-25 17:08:19 +00:00
package userkindboxreqparam
2023-12-25 17:08:19 +00:00
import entity "git.gocasts.ir/ebhomengo/niki/entity"
type KindBoxReqAddRequest struct {
BenefactorID uint
TypeID uint
2023-12-25 17:08:19 +00:00
CountRequested uint
}
type KindBoxReqAddResponse struct {
KindBoxReq entity.KindBoxReq
}