<?php namespace app\common\model; class ChannelGame extends \think\Model { protected $pk = 'id'; protected $table= 'cy_channel_game'; public function getCreateTimeAttr($value) { return date('Y-m-d H:i:s', $value); } }