add place name

This commit is contained in:
2025-05-18 19:26:16 +07:00
parent 73838d7773
commit 107504317e
14 changed files with 164 additions and 131 deletions
@@ -14,6 +14,7 @@ type Story struct {
type Place struct {
Code string `json:"code"`
Name string `json:"name"`
Text string `json:"text"`
Applications []*Application `json:"applications"`
}