<?php namespace app\common\model; /** * 渠道充值比例表 * @author Administrator */ class ChannelRechargeRatio extends \think\Model { protected $pk = 'id'; protected $table = 'nw_channel_recharge_ratio'; }