package adminkindboxreqparam
import entity "git.gocasts.ir/ebhomengo/niki/entity"
type KindBoxReqGetAllRequest struct {}
type KindBoxReqGetAllResponse struct {
AllKindBoxReq []entity.KindBoxReq
}