selfcheer
2024-07-19 1572f45e72cc0fa15c029f9ee2a08474104435e6
model/test/request/product.go
@@ -24,7 +24,7 @@
   ShippingDuration int     `json:"shippingDuration" form:"shippingDuration" gorm:"column:shipping_duration;comment:物流时长;size:11;"`
   Specifications   string  `json:"specifications" form:"specifications" gorm:"column:specifications;comment:规格;size:255;"`
   ModelNumber      string  `json:"modelNumber" form:"modelNumber" gorm:"column:model_number;comment:型号;size:255;"`
   ProductType      string  `json:"productType" form:"productType" gorm:"column:product_type;comment:产品类别;size:255;"`
   CategoryName     string  `json:"categoryName" form:"categoryName" gorm:"column:category_name;comment:产品类别;size:255;"`
   SupplierName     string  `json:"supplierName" gorm:"-"`
   SupplierNumber   string  `json:"supplierNumber" form:"supplierNumber"`
}