<?php namespace bizGhs\device\models; use bizGhs\base\models\Base; class GhsDevice extends Base { public static function tableName() { return 'xhGhsDevice'; } }