package dto import "time" type GoodsTagDTO struct { GoodsId string GoodsTagId string GoodsTagName string GoodsTagIcon string Priority int32 StartTime time.Time EndTime time.Time }