niki/param/benefactor/benefactore/info.go

9 lines
194 B
Go
Raw Normal View History

package benefactoreparam
type BenefactroInfo struct {
ID uint `json:"id"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Role string `json:"role"`
}