niki/param/reqkindbox_get_by_id.go

9 lines
118 B
Go

package param
type ReqKindBoxGetByIdRequest struct {
reqKindBoxID uint
}
type ReqKindBoxGetByIdResponse struct {
}