Исходники и презентации
This commit is contained in:
9
lessons/interfaces/consumer_interface/entity/client.go
Normal file
9
lessons/interfaces/consumer_interface/entity/client.go
Normal file
@ -0,0 +1,9 @@
|
||||
package entity
|
||||
|
||||
type Client struct {
|
||||
Id int
|
||||
Name string
|
||||
Surname string
|
||||
Age int
|
||||
Address string
|
||||
}
|
||||
Reference in New Issue
Block a user