This commit is contained in:
苏尹岚
2021-04-19 14:16:26 +08:00
parent f442644bdd
commit 89417e6f6d
5 changed files with 17 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ type ActivityList struct {
DateBegin time.Time `json:"dateBegin"`
DateEnd time.Time `json:"dateEnd"`
ActSrc string `json:"actSrc"` //物料?
Img string `json:"img"` //活动图
}
func init() {