<?php namespace app\common\model; /** * 渠道冻结表 * @author Administrator */ class ChannelFrozen extends \think\Model { protected $pk = 'id'; protected $table= 'nw_channel_frozen'; }