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