liujiandao
2023-09-19 0260b7a960b806e61ccd60597c549dfd595ba584
models/warehouse.go
@@ -36,7 +36,7 @@
)
func (slf *Warehouse) TableName() string {
   return "warehouse"
   return "wms_warehouse"
}
func (slf *Warehouse) BeforeCreate(tx *gorm.DB) (err error) {