完善个人数据维护, 初步建立局域网链接逻辑

This commit is contained in:
2024-10-11 18:46:40 +08:00
parent 0716c82833
commit d1d7f56ce4
13 changed files with 403 additions and 29 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ type Users struct {
Cover string `json:"cover"` // 封面
Email string `json:"email"`
Phone string `json:"phone"`
Address string `json:"address"`
Address string `json:"address"` // 工位
}