niki/param/admin/kind_box/get.go

13 lines
205 B
Go
Raw Normal View History

2023-12-25 17:08:19 +00:00
package adminkindboxparam
import entity "git.gocasts.ir/ebhomengo/niki/entity"
type KindBoxGetRequest struct {
BenefactorID uint
KindBoxID uint
2023-12-25 17:08:19 +00:00
}
type KindBoxGetResponse struct {
entity.KindBox
}