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