niki/param/kind_box_req/get_all.go

10 lines
177 B
Go
Raw Normal View History

package param
import "git.gocasts.ir/ebhomengo/niki/entity"
2023-12-20 15:39:25 +00:00
type KindBoxReqGetAllRequest struct{}
type KindBoxReqGetAllResponse struct {
AllKindBoxReq []entity.KindBoxReq
}