<?php namespace app\common\model; /** * 渠道提现 * @author Administrator */ class ChannelWithdraw extends \think\Model { protected $pk = 'id'; protected $table = 'nw_channel_withdraw'; }