<?php namespace app\common\model; /** * 渠道补点数据 * @author Administrator */ class ChannelExtraDivideData extends \think\Model { protected $pk = 'id'; protected $table = 'nw_game_channel_extra_divide_data'; }