niki/param/admin/admin/get_benefactor.go

9 lines
137 B
Go

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