fix
wangpengfei
2023-08-26 029d819f34407022c9cabbd1cc9a7d78b1b428c8
model/test/product.go
@@ -9,6 +9,7 @@
   global.GVA_MODEL
   Name             string   `json:"name" form:"name" gorm:"column:name;comment:名称;size:255;"`
   Number           string   `json:"number" form:"number" gorm:"column:number;comment:编码;size:255;"`
   SupplierId       uint     `json:"supplierId" form:"supplierId" gorm:"column:supplier_id;comment:供应商id;size:255;"`
   Unit             string   `json:"unit" form:"unit" gorm:"column:unit;comment:计量单位;size:255;"`
   PurchasePrice    *float64 `json:"purchasePrice" form:"purchasePrice" gorm:"column:purchase_price;comment:采购价格;"`
   DeliveryTime     *int     `json:"deliveryTime" form:"deliveryTime" gorm:"column:delivery_time;comment:;size:11;"`