<?php namespace App\Model; class CustomerReportDepart extends UseScopeBaseModel { protected $table = "customer_report_depart"; //指定表 const CREATED_AT = 'crt_time'; const UPDATED_AT = 'upd_time'; protected $dateFormat = 'U'; }