You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
632 B

<?php
require_once 'Model.php';
class ConMaintanceExamineApplyModel extends Model
{
protected $table = 'con_maintance_examine_apply';
protected $fillable = [
'apply_key',
'vol_no',
'form_key',
'customer',
'address',
'case_name',
'brand',
'num',
'salesman',
'maintain_kind',
'contract_begin_date',
'contract_end_date',
'contract_kind',
'platform_company',
'platforom_company_tel',
'payment_kind',
'progress_remark',
'introducer',
'creater',
'updated_at',
];
}