model/product.go
@@ -15,6 +15,7 @@ Amount decimal.Decimal `json:"amount" gorm:"column:amount;type:decimal(12,2);comment:产品数量"` Total decimal.Decimal `json:"total" gorm:"column:total;type:decimal(10,2);comment:产品总价"` Desc string `json:"desc" gorm:"column:desc;type:varchar(255);comment:产品描述"` Unit string `json:"unit" gorm:"column:unit;type:varchar(255);comment:单位"` gorm.Model `json:"-"` }