Skip to content
Snippets Groups Projects
Commit 9ac6cd15 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

adds city

parent 5f403c85
No related branches found
No related tags found
1 merge request!43feat/us847 consents city
......@@ -20,6 +20,7 @@ type Consent struct {
Address string `json:"address"`
PointID int `json:"pointID"`
PostalCode string `json:"postalCode"`
City string `json:"city"`
InseeCode string `json:"inseeCode"`
EndDate time.Time `json:"endDate"`
ServiceID int `json:"serviceID,omitempty"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment