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