<?php namespace app\common\model; use think\Model; /** * Description of CommonFile * * @author sgq */ class CommonFile extends Model { protected $table = "sys_common_file"; }