niki/param/kind_box_req/get_all.go

10 lines
177 B
Go

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