<?php namespace app\common\model; use think\Model; class Oldwx extends Model { // 表名 protected $table = 'oldwx'; }