niki/param/admin/kind_box/delete.go

9 lines
139 B
Go
Raw Permalink Normal View History

2023-12-25 17:08:19 +00:00
package adminkindboxparam
type KindBoxDeleteRequest struct {
BenefactorID uint
KindBoxID uint
}
2023-12-20 15:39:25 +00:00
type KindBoxDeleteResponse struct{}