package entity import "time" type Benefactor struct { ID uint FirstName string LastName string PhoneNumber string Address string Description string Email string City string Gender Gender Status BenefactorStatus Birthday time.Time StatusChangedAt time.Time }