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