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"
type KindBoxGetByIdRequest struct {
kindBoxID uint
}
type KindBoxGetByIdResponse struct {
entity.KindBox
}