不返回项目id

main
cc 2025-01-03 00:45:30 +08:00
parent f69590b0c6
commit cc6e9e3549
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import (
// Weather 天气 // Weather 天气
type Weather struct { type Weather struct {
ProjectID int `db:"project_id" json:"project_id"` // 项目ID ProjectID int `db:"project_id" json:"-"` // 项目ID
UpdateAt string `db:"update_at" json:"update_at"` // 更新时间 UpdateAt string `db:"update_at" json:"update_at"` // 更新时间
Value json.RawMessage `db:"value" json:"value"` // 天气信息 Value json.RawMessage `db:"value" json:"value"` // 天气信息
} }

BIN
weather

Binary file not shown.