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