<?php namespace app\common\model; /** * 玩家-渠道-游戏三者的关联关系表 * @author Administrator */ class MemberChannelGame extends \think\Model { protected $pk = 'id'; protected $table = 'cy_member_channel_game_rel'; protected $dateFormat = false; //时间戳格式不自动转换 }