<?php namespace bizGhs\ghs\models; use bizGhs\base\models\Base; class GhsDebtRecord extends Base { public static function tableName() { return 'xhGhsDebtRecord'; } }