liujiandao
2023-09-20 28240d14942e63d05c06531f04f7f7b5530f04c3
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) {