<?php namespace app\common\model; /** * 渠道充值表(平台币) * @author Administrator */ class ChannelRechargeCoin extends \think\Model { protected $pk = 'id'; protected $table = 'nw_channel_recharge_coin'; }