* 评论管理 */ namespace app\allwin\model; use think\Model; class AllwinInfoFollow extends Model{ protected $pk = 'id'; }