Files

10 lines
113 B
Go

package entity
type Client struct {
Id int
Name string
Surname string
Age int
Address string
}