<?php namespace app\common\model; /** * 游戏公告表 * @author Administrator */ class GameNotify extends \think\Model { protected $pk = 'id'; protected $table = 'cy_game_notify'; protected $dateFormat = false; //时间戳格式不自动转换 }