-f
This commit is contained in:
@@ -24,6 +24,7 @@ type ComponentReportDownload struct {
|
||||
SubProductCodes string `gorm:"type:text" comment:"子产品编号列表(JSON数组)"`
|
||||
|
||||
// 价格相关字段
|
||||
OriginalPrice decimal.Decimal `gorm:"type:decimal(10,2);default:0.00" comment:"原始价格(组合包使用UIComponentPrice,单品使用Price)"`
|
||||
DownloadPrice decimal.Decimal `gorm:"type:decimal(10,2);default:0.00" comment:"实际支付价格"`
|
||||
|
||||
// 下载相关信息
|
||||
|
||||
Reference in New Issue
Block a user