Ghs.php 171 B

123456789101112131415
  1. <?php
  2. namespace bizGhs\ghs\models;
  3. use bizGhs\base\models\Base;
  4. class Ghs extends Base
  5. {
  6. public static function tableName()
  7. {
  8. return 'xhGhs';
  9. }
  10. }