niki/param/kind_box_req/get_all.go

11 lines
179 B
Go
Raw Normal View History

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