niki/param/benefactor/kind_box_req/delete.go

9 lines
147 B
Go
Raw Normal View History

2023-12-25 17:08:19 +00:00
package userkindboxreqparam
type KindBoxReqDeleteRequest struct {
2023-12-25 17:08:19 +00:00
BenfactorID uint
KindBoxReqID uint
}
2023-12-20 15:39:25 +00:00
type KindBoxReqDeleteResponse struct{}