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