Commit 2ee15f07 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent fb76b794
......@@ -30,7 +30,7 @@ class InvoiceRecord extends Model
*/
protected $fillable = [
'invoice_number', 'invoice_real_number', 'invoice_type', 'invoice_status', 'invoice_money', 'invoice_platform', 'platform_invoice_id',
'invoice_creater_by', 'invoice_category', 'invoice_items', 'invoice_customer', 'invoice_real_date', 'invoice_pdf_url', 'created_at', 'updated_at'
'invoice_creater_by', 'invoice_category', 'invoice_items', 'invoice_customer', 'invoice_real_date', 'invoice_pdf_url', 'api_response', 'created_at', 'updated_at'
];
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment