niki/param/benefactor/benefactore/get.go

9 lines
136 B
Go
Raw Normal View History

package benefactoreparam
type BenefactorExistByIDRequest struct {
ID uint
}
type BenefactorExistByIDResponse struct {
Existed bool
}