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