package entity

type Person struct {
	Name    string
	Address string
	Age     int
}