niki/param/benefactor/kind_box_req/delete.go

9 lines
153 B
Go
Raw Normal View History

package benefactorkindboxreqparam
type KindBoxReqDeleteRequest struct {
2023-12-26 20:01:45 +00:00
BenefactorID uint
KindBoxReqID uint
}
2023-12-20 15:39:25 +00:00
type KindBoxReqDeleteResponse struct{}