이름 변경

This commit is contained in:
2023-06-05 17:22:48 +09:00
parent 41387ba902
commit 4c59f33c70
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ const (
)
type maintenance struct {
Notice string `bson:"notice"`
Notice string `bson:"notice" json:"notice"`
StartTimeUTC int64 `bson:"start_unixtime_utc" json:"start_unixtime_utc"`
link string
}