niki/param/kind_box/delete.go

8 lines
105 B
Go
Raw Normal View History

package param
type KindBoxDeleteRequest struct {
KindBoxID uint
}
2023-12-20 15:39:25 +00:00
type KindBoxDeleteResponse struct{}