<?php namespace app\station\model; use think\Model; class EngineRoom extends Model { protected $table = 'engine_room'; }