芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panoramawholesale.com/app/Models/AdjustmentDetail.php
'integer', 'product_id' => 'integer', 'quantity' => 'double', 'product_variant_id' => 'integer', ]; public function adjustment() { return $this->belongsTo('App\Models\Adjustment'); } public function product() { return $this->belongsTo('App\Models\Product'); } }