<?php namespace app\common\model; use think\Cache; /** * 异常对象表 */ class fkExceptionObjects extends \think\Model { protected $pk = 'id'; protected $table = 'fk_exception_objects'; protected $dateFormat = false; //时间戳格式不自动转换 }