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