niki/param/benefactor/kind_box_req/get.go

13 lines
222 B
Go
Raw Normal View History

package benefactorkindboxreqparam
2023-12-25 17:08:19 +00:00
import entity "git.gocasts.ir/ebhomengo/niki/entity"
type KindBoxReqGetRequest struct {
BenefactorID uint
KindBoxReqID uint
}
type KindBoxReqGetResponse struct {
entity.KindBoxReq
}