niki/param/admin/kind_box_req/get_all.go

10 lines
200 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 KindBoxReqGetAllRequest struct {}
type KindBoxReqGetAllResponse struct {
AllKindBoxReq []entity.KindBoxReq
}