芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panoramawholesale.com/app/Models/product_warehouse.php
'integer', 'warehouse_id' => 'integer', 'manage_stock' => 'integer', 'qte' => 'double', ]; public function warehouse() { return $this->belongsTo('App\Models\Warehouse'); } public function product() { return $this->belongsTo('App\Models\Product'); } public function productVariant() { return $this->belongsTo('App\Models\ProductVariant'); } }