<?php namespace app\common\model; /** * 麻花网络游戏活动已读表 * @author Administrator */ class GameActivityRead extends \think\Model { protected $pk = 'id'; protected $table = 'nw_game_activity_read'; protected $dateFormat = false; //时间戳格式不自动转换 }