<?php namespace app\common\model; /** * 游戏防沉迷限制 * @author Administrator */ class GameRestrict extends \think\Model { protected $pk = 'id'; protected $table = 'cy_game_restrict'; protected $dateFormat = false; //时间戳格式不自动转换 }