Demo.php 172 B

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