package adminkindboxreqparam

type KindBoxReqDeleteRequest struct {
	BenefactorID uint
	KindBoxReqID uint
}

type KindBoxReqDeleteResponse struct{}