package adminkindboxparam

type KindBoxDeleteRequest struct {
	BenefactorID uint
	KindBoxID    uint
}

type KindBoxDeleteResponse struct{}