2023-12-25 17:08:19 +00:00
|
|
|
package adminkindboxparam
|
2023-12-20 08:27:13 +00:00
|
|
|
|
|
|
|
type KindBoxDeleteRequest struct {
|
2023-12-26 21:42:33 +00:00
|
|
|
BenefactorID uint
|
|
|
|
KindBoxID uint
|
2023-12-20 08:27:13 +00:00
|
|
|
}
|
|
|
|
|
2023-12-20 15:39:25 +00:00
|
|
|
type KindBoxDeleteResponse struct{}
|