package vo type Product struct { BaseVo Name string `json:"name"` Price float64 `json:"price"` Discount float64 `json:"discount"` Days int `json:"days"` Power int `json:"power"` Enabled bool `json:"enabled"` Sales int `json:"sales"` SortNum int `json:"sort_num"` }