芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/erp.digitalhubbd.com/app/Models/QuotationDetail.php
'double', 'quantity' => 'double', 'price' => 'double', 'TaxNet' => 'double', 'discount' => 'double', 'quotation_id' => 'integer', 'sale_unit_id' => 'integer', 'product_id' => 'integer', 'product_variant_id' => 'integer', ]; public function quotation() { return $this->belongsTo('App\Models\Quotation'); } public function product() { return $this->belongsTo('App\Models\Product'); } }