StatYj.php 181 B

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