芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/OrderCart.php
belongsTo(Product::class, 'product_id'); } public function unit(): BelongsTo { return $this->belongsTo(UnitType::class, 'unit_id'); } }