niki/param/admin/kind_box_req/get.go

13 lines
217 B
Go
Raw Normal View History

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