<?php namespace app\index\model; use think\Model; class ShortUrlModel extends Model { protected $table='short_url'; }