<?php namespace bizGhs\staff\models; use bizHd\base\models\Base; class Salary extends Base { public static function tableName() { return 'xhSalary'; } }