Minor updates and comments

This commit is contained in:
SowinskiBraeden committed 2021-10-13 09:20:19 -07:00
1 parent ff65d9eadc
commit 0a95f847d4
5 files changed
+14 -3

No files matched your search

+1 -1
View File
@@ -30,7 +30,7 @@ type Student struct {
Address string `json:"address"`
City string `json:"city"`
Province string `json:"province"`
Postal string `json:"pc"` // Postal Code
Postal string `json:"postal"`
DOB string `json:"dob" validate:"required"`
Photo string `json:"photo"`
Contacts []string `json:"contacts"` // List of contact ID's rather than contact object