<?php namespace app\admin\model\jiance; use think\Model; class Project extends Model { // 表名 protected $table = 'jiance_project'; }