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