niki/param/admin/kind_box/get_all.go

10 lines
184 B
Go
Raw Normal View History

2023-12-25 17:08:19 +00:00
package adminkindboxparam
2023-12-25 17:08:19 +00:00
import entity "git.gocasts.ir/ebhomengo/niki/entity"
2023-12-20 15:39:25 +00:00
type KindBoxGetAllRequest struct{}
type KindBoxGetAllResponse struct {
AllKindBox []entity.KindBox
}