forked from ebhomengo/niki
1
0
Fork 0
niki/param/admin/kind_box_req/get.go

12 lines
201 B
Go
Raw Normal View History

2023-12-25 17:08:19 +00:00
package adminkindboxreqparam
import "git.gocasts.ir/ebhomengo/niki/entity"
2023-12-25 17:08:19 +00:00
type GetKindBoxReqRequest struct {
KindBoxID uint `param:"id"`
2023-12-25 17:08:19 +00:00
}
type GetKindBoxReqResponse struct {
2023-12-25 17:08:19 +00:00
entity.KindBoxReq
}