niki/param/kind_box/get_by_id.go

12 lines
172 B
Go
Raw Normal View History

package param
import "git.gocasts.ir/ebhomengo/niki/entity"
2023-12-20 15:39:25 +00:00
type KindBoxGetByIDRequest struct {
kindBoxID uint
}
2023-12-20 15:39:25 +00:00
type KindBoxGetByIDResponse struct {
entity.KindBox
}