niki/param/benefactor/benefactore/info.go

9 lines
257 B
Go
Raw Normal View History

package benefactoreparam
type BenefactroInfo struct {
2024-05-14 13:07:09 +00:00
ID uint `json:"id" example:"1"`
FirstName string `json:"first_name" example:"mehdi"`
LastName string `json:"last_name" example:"rez"`
Role string `json:"role" example:"benefactor"`
}